Skip to content

Commit

Permalink
chore: minor naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chohk88 committed May 22, 2024
1 parent 44313b3 commit dbb9772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/torch_tensorrt/dynamo/conversion/aten_ops_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ def aten_ops_log(


@dynamo_tensorrt_converter(torch.ops.aten.log2.default)
def log2(
def aten_ops_log2(
ctx: ConversionContext,
target: Target,
args: Tuple[Argument, ...],
Expand All @@ -1183,7 +1183,7 @@ def log2(


@dynamo_tensorrt_converter(torch.ops.aten.log10.default)
def log10(
def aten_ops_log10(
ctx: ConversionContext,
target: Target,
args: Tuple[Argument, ...],
Expand Down

0 comments on commit dbb9772

Please sign in to comment.