E578
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.
2 parents 3f047d4 + 2af701c commit 56dd397Copy full SHA for 56dd397
torch/onnx/__init__.py
@@ -32,6 +32,9 @@
32
symbolic_opset9,
33
utils,
34
)
35
+from ._internal.torchscript_exporter._type_utils import (
36
+ JitScalarType, # Deprecated members that are excluded from __all__
37
+)
38
from ._internal.torchscript_exporter.utils import ( # Deprecated members that are excluded from __all__
39
register_custom_op_symbolic,
40
select_model_mode_for_export,
0 commit comments