Skip to content

Commit bfe2cce

Browse files
authored
Remove select_ir_versions from public API (#2739)
Signed-off-by: Justin Chu <[email protected]>
1 parent 519ef5a commit bfe2cce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

onnxscript/values.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
ParamSchema,
1515
SymbolValue,
1616
TracedOnnxFunction,
17-
select_ir_version,
1817
)
1918

2019
__all__ = [
@@ -26,5 +25,4 @@
2625
"ParamSchema",
2726
"SymbolValue",
2827
"TracedOnnxFunction",
29-
"select_ir_version",
3028
]

0 commit comments

Comments
 (0)