提交 2b80093d authored 作者: Frederic's avatar Frederic

remove useless clone

上级 61a00c1c
......@@ -69,7 +69,9 @@ def remove_constants_and_unused_inputs_scan(node):
op.tap_array[:(op.n_mit_mot + op.n_mit_sot)]]))
st += op.n_sit_sot
st += op.n_shared_outs
op_ins, op_outs = scan_utils.reconstruct_graph(op.inputs, op.outputs)
op_ins = op.inputs
op_outs = op.outputs
# Corresponds to the initial states, which should stay untouched.
# We put those variables aside, and put them back at the end.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论