Skip to content

Commit

Permalink
fix bugs: circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Aug 23, 2023
1 parent cd7e98d commit f83615a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/torch_tensorrt/dynamo/conversion/impl/activation/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
from torch import Tensor
from torch.fx.node import Target
from torch_tensorrt.dynamo._SourceIR import SourceIR
from torch_tensorrt.dynamo.conversion.impl.activation.base import convert_activation
from torch_tensorrt.fx.converters.converter_utils import (
get_trt_plugin,
mark_as_int8_layer,
set_layer_name,
)
from torch_tensorrt.fx.types import TRTNetwork, TRTPluginFieldCollection, TRTTensor

from .base import convert_activation


def gelu(
network: TRTNetwork,
Expand Down

0 comments on commit f83615a

Please sign in to comment.