Skip to content

Commit a9c002b

Browse files
committed
fix bugs: circular import
1 parent cd7e98d commit a9c002b

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

py/torch_tensorrt/dynamo/conversion/impl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from torch_tensorrt.fx.converters.impl import convolution
22

33
from . import (
4-
activation,
4+
actv,
55
cast,
66
condition,
77
elementwise,

0 commit comments

Comments
 (0)