Skip to content

Commit 3004423

Browse files
committed
changing is_thor() location based on function location in main branch
1 parent 458e0eb commit 3004423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/dynamo/conversion/aten_ops_converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
get_positive_dim,
2525
is_only_operator_on_placeholder,
2626
)
27-
from torch_tensorrt.dynamo.utils import is_thor
27+
from torch_tensorrt._utils import is_thor
2828

2929
_LOGGER: logging.Logger = logging.getLogger(__name__)
3030

0 commit comments

Comments
 (0)