Skip to content

Commit

Permalink
Change torch_tensorrt.fx to torch_tensorrt.dynamo
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Jan 2, 2025
1 parent d336d40 commit 32caa07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/torch_tensorrt/dynamo/conversion/impl/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from torch.fx.node import Target
from torch_tensorrt.dynamo._SourceIR import SourceIR
from torch_tensorrt.dynamo.conversion._ConversionContext import ConversionContext
from torch_tensorrt.fx.converters.converter_utils import set_layer_name
from torch_tensorrt.fx.types import TRTTensor
from torch_tensorrt.dynamo.conversion.converter_utils import set_layer_name
from torch_tensorrt.dynamo.types import TRTTensor

# bilinear, nearest, bicubic
GridSamplerInterpolationMode = {
Expand Down

0 comments on commit 32caa07

Please sign in to comment.