Skip to content

Commit 1b03b07

Browse files
committed
add missing line
1 parent 6570acd commit 1b03b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf2onnx/onnx_opset/controlflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ def version_7(cls, ctx, node, **kwargs):
578578
del body.outputs[idx]
579579

580580
# remove tensor array that are passed in to the loop
581+
removed_scan_outputs = {}
581582
for idx, n in reversed(to_remove):
582583
ctx.remove_node(n.name)
583584
# make the node output bad

0 commit comments

Comments
 (0)