提交 1e1f5426 authored 作者: --global's avatar --global

Remove useless print

上级 a8fc3714
...@@ -2045,7 +2045,6 @@ class Scan(PureOp): ...@@ -2045,7 +2045,6 @@ class Scan(PureOp):
# input tap, make sure the computation of the new output # input tap, make sure the computation of the new output
# uses it instead of the input it's currently using # uses it instead of the input it's currently using
if tap in mitmot_inp_taps[idx]: if tap in mitmot_inp_taps[idx]:
print("Duplicate tap")
to_replace = dC_dXtm1s[ins_pos - self.n_seqs] to_replace = dC_dXtm1s[ins_pos - self.n_seqs]
replacement_idx = (len(mitmot_inp_taps[idx]) - replacement_idx = (len(mitmot_inp_taps[idx]) -
mitmot_inp_taps[idx].index(tap)) mitmot_inp_taps[idx].index(tap))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论