Skip to content

Commit a4ae436

Browse files
authored
Update onnxscript/optimizer/_optimizer.py
1 parent 40e21ba commit a4ae436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/optimizer/_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def optimize_ir(
4848
shape_inference=onnx_shape_inference,
4949
input_size_limit=input_size_limit,
5050
output_size_limit=output_size_limit,
51-
should_fold=should_fold
51+
should_fold=should_fold,
5252
),
5353
rewriter.RewritePass(rewriter._DEFAULT_REWRITE_RULES),
5454
common_passes.RemoveUnusedNodesPass(),

0 commit comments

Comments
 (0)