We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8944f04 commit 92633a6Copy full SHA for 92633a6
onnxscript/rewriter/ort_fusions/_core.py
@@ -150,7 +150,6 @@ def optimize_for_ort(
150
common_passes.LiftConstantsToInitializersPass(lift_all_constants=False, size_limit=1),
151
common_passes.RemoveInitializersFromInputsPass(),
152
common_passes.ShapeInferencePass(),
153
- common_passes.CheckerPass(),
154
)
155
assert passes.in_place
156
result = passes(model)
0 commit comments