Skip to content

Commit bae92a6

Browse files
committed
Update graph.py
1 parent 469b4c4 commit bae92a6

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
@@ -609,6 +609,7 @@ def make_node(self, op_type, inputs, attr=None, output_count=1, outputs=None, sk
609609
return node
610610

611611
def append_node(self, node):
612+
"Add a node to the graph."
612613
output_shapes = node.output_shapes
613614
output_dtypes = node.output_dtypes
614615
node.graph = self

0 commit comments

Comments
 (0)