Skip to content

Commit 7ea8e65

Browse files
committed
reorganize
1 parent 15fe819 commit 7ea8e65

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

torch2trt/converters/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .unimplemented_converters import *
2+
from .native_converters import *
File renamed without changes.

torch2trt/converters_old/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dummy converters throw warnings method encountered
22
import tensorrt as trt
3-
from .dummy_converters import *
3+
from ..converters.unimplemented_converters import *
44

55
# supported converters will override dummy converters
66

0 commit comments

Comments
 (0)