Skip to content

Commit a99b9f1

Browse files
make keyword
1 parent e7759d0 commit a99b9f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxscript/rewriter/ort_fusions/_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def fuse(func, apply_shape_inference: bool = False):
102102
def optimize_for_ort(
103103
model: ir.Model,
104104
config_name: str | None = None,
105+
*,
105106
debug: bool = False,
106107
) -> tuple[ir.Model, dict[str, int]]:
107108
"""

0 commit comments

Comments
 (0)