Skip to content

Commit e91a5ca

Browse files
committed
Fixing acc op
1 parent 09006fb commit e91a5ca

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)