Skip to content

Commit

Permalink
[IR] Expose the convenience module to public
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Nov 19, 2024
1 parent db83343 commit 66e3169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onnxscript/ir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
__all__ = [
# Modules
"serde",
"convenience",
# IR classes
"Tensor",
"ExternalTensor",
Expand Down Expand Up @@ -77,7 +78,7 @@
"save",
]

from onnxscript.ir import passes, serde, traversal
from onnxscript.ir import convenience, passes, serde, traversal
from onnxscript.ir._convenience import tensor
from onnxscript.ir._core import (
Attr,
Expand Down

0 comments on commit 66e3169

Please sign in to comment.