Skip to content

Commit d438eaa

Browse files
apbosegs-olive
authored andcommitted
Fixing acc op
1 parent b880985 commit d438eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: py/torch_tensorrt/fx/converters/acc_ops_converters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3594,7 +3594,7 @@ def acc_ops_hardtanh(
35943594
return activation.hardtanh(
35953595
network,
35963596
target,
3597-
SourceIR.ATEN,
3597+
SourceIR.ACC,
35983598
name,
35993599
kwargs["input"],
36003600
kwargs["min_val"],

0 commit comments

Comments
 (0)