Skip to content

Commit dd3b69a

Browse files
committed
add comment
1 parent cecc171 commit dd3b69a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf2onnx/graph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ def __init__(self, nodes, output_shapes=None, dtypes=None, target=None, opset=No
377377
self.remove_node(n.name)
378378

379379
new_outputs = [o if o != output else new_output_name for output in n.output]
380+
# domain should be passed to new node
380381
new_node = self.make_node(n.type, n.input, outputs=new_outputs, attr=n.attr, name=n.name,
381382
skip_conversion=n._skip_conversion, dtypes=n_dtypes, shapes=n_shapes,
382383
domain=n.domain)

0 commit comments

Comments
 (0)