File tree
Expand file treeCollapse file tree1 file changed
+0
-1
lines changed py/torch_tensorrt/dynamo/conversion
Expand file treeCollapse file tree1 file changed
+0
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
11 | 11 | from torch.fx.node import Argument, Target
|
12 | 12 | from torch.fx.passes.shape_prop import TensorMetadata
|
13 | 13 | from torch_tensorrt import _enums
|
14 |
| -from torch_tensorrt._enums import Platform |
15 | 14 | from torch_tensorrt.dynamo._settings import CompilationSettings
|
16 | 15 | from torch_tensorrt.dynamo._SourceIR import SourceIR
|
17 | 16 | from torch_tensorrt.dynamo.conversion._ConversionContext import ConversionContext
|
|
You can’t perform that action at this time.
0 commit comments