Skip to content

Commit

Permalink
Expose opset22 (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Feb 6, 2025
1 parent 0820e93 commit 288481d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions onnxscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@
"opset18",
"opset19",
"opset20",
"opset21",
"opset22",
"opset_ai_onnx_ml1",
"opset_ai_onnx_ml2",
"opset_ai_onnx_ml3",
"opset_ai_onnx_ml4",
"opset_ai_onnx_ml5",
"DEBUG",
]

Expand Down Expand Up @@ -86,10 +89,13 @@
opset18,
opset19,
opset20,
opset21,
opset22,
opset_ai_onnx_ml1,
opset_ai_onnx_ml2,
opset_ai_onnx_ml3,
opset_ai_onnx_ml4,
opset_ai_onnx_ml5,
)

from .onnx_types import (
Expand Down

0 comments on commit 288481d

Please sign in to comment.