Skip to content

Commit

Permalink
Fixed omissions in argument specification
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Jan 5, 2023
1 parent d31834e commit ead5903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnx2tf/ops/Transpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def make_node(
perm=perm,
output_shape=output_shape,
name=graph_node.name,
**kwargs,
)

# Generation of Debug Info
Expand Down

0 comments on commit ead5903

Please sign in to comment.