Skip to content

Commit a6f3cbf

Browse files
committed
restore empty line
Signed-off-by: xavier dupré <[email protected]>
1 parent a918f00 commit a6f3cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf2onnx/optimizer/reshape_optimizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,5 @@ def get_reshape_dim(val, i, shift):
109109
if shift < 0:
110110
unsqueeze_node = GraphBuilder(graph).make_unsqueeze({'data': node.input[0], 'axes': list(range(-shift))})
111111
graph.replace_inputs(node, [unsqueeze_node, const_shape])
112+
112113
return True

0 commit comments

Comments
 (0)