Skip to content

Commit

Permalink
Update graph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 12, 2020
1 parent 469b4c4 commit bae92a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf2onnx/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ def make_node(self, op_type, inputs, attr=None, output_count=1, outputs=None, sk
return node

def append_node(self, node):
"Add a node to the graph."
output_shapes = node.output_shapes
output_dtypes = node.output_dtypes
node.graph = self
Expand Down

0 comments on commit bae92a6

Please sign in to comment.