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 85556c8 commit d708a7dCopy full SHA for d708a7d
noxfile.py
@@ -42,7 +42,7 @@
42
"packaging",
43
"protobuf",
44
)
45
-ONNX_IR = "onnx_ir==0.1.1"
+ONNX_IR = "onnx_ir==0.1.3"
46
ONNX_IR_MAIN = "git+https://github.com/onnx/ir-py.git@main#egg=onnx_ir"
47
48
onnxscript/optimizer/_optimizer.py
@@ -56,6 +56,7 @@ def optimize_ir(
56
common_passes.CommonSubexpressionEliminationPass(),
57
common_passes.LiftConstantsToInitializersPass(),
58
common_passes.LiftSubgraphInitializersToMainGraphPass(),
59
+ common_passes.DeduplicateInitializersPass(),
60
]
61
if inline:
62
# Inline all functions first before optimizing
0 commit comments