Skip to content

Commit 090434e

Browse files
author
wayuanho
committed
fix bug
1 parent 19f92ac commit 090434e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/tfonnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2429,7 +2429,7 @@ def run_pre_rewriters(g, rewriters):
24292429
if body_graphs:
24302430
for attr, b_g in body_graphs.items():
24312431
log.debug("start rewriting subgraph of %s's attribute %s", node.name, attr)
2432-
tensorflow_onnx_rewrite(b_g, rewriters)
2432+
run_pre_rewriters(b_g, rewriters)
24332433

24342434

24352435
def transpose_inputs(ctx, inputs_as_nchw):

0 commit comments

Comments
 (0)