E578 Update · pytorch/pytorch@56dd397 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56dd397

Browse files
committed
Update
[ghstack-poisoned]
2 parents 3f047d4 + 2af701c commit 56dd397

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

torch/onnx/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
symbolic_opset9,
3333
utils,
3434
)
35+
from ._internal.torchscript_exporter._type_utils import (
36+
JitScalarType, # Deprecated members that are excluded from __all__
37+
)
3538
from ._internal.torchscript_exporter.utils import ( # Deprecated members that are excluded from __all__
3639
register_custom_op_symbolic,
3740
select_model_mode_for_export,

0 commit comments

Comments
 (0)
0