Skip to content

Commit 0b469c0

Browse files
committed
remove unnecessary lines
1 parent 1daa780 commit 0b469c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tf2onnx/graph.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,6 @@ def reset_nodes(self, ops):
674674
for op in ops:
675675
for op_output in op.output:
676676
self._output_to_node_name[op_output] = op.name
677-
# if op.is_graph_input(): # op.type == 'Placeholder':
678-
# inps = [op.name]
679-
# el
680677
if op.type == 'Const':
681678
inps = [op.name]
682679
else:

0 commit comments

Comments
 (0)