Skip to content

Commit

Permalink
Add HardTanh to RemovePermutesAroundElementwiseOps (pytorch#6992)
Browse files Browse the repository at this point in the history
Differential Revision: D66187338

Pull Request resolved: pytorch#7036
  • Loading branch information
Vysarat authored Nov 22, 2024
1 parent a7ed425 commit b3f2a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/cadence/aot/remove_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ class Subgraph:
exir_ops.edge.aten.mul.Tensor,
exir_ops.edge.aten.mean.dim,
exir_ops.edge.aten.cat.default,
exir_ops.edge.aten.hardtanh.default,
exir_ops.edge.quantized_decomposed.quantize_per_tensor.default,
exir_ops.edge.quantized_decomposed.dequantize_per_tensor.default,
}
Expand Down

0 comments on commit b3f2a79

Please sign in to comment.