From a49d33249cf0c41be65212aacd8f5020e7cbdf44 Mon Sep 17 00:00:00 2001 From: Ethan Ng Date: Thu, 14 Aug 2025 10:46:49 -0700 Subject: [PATCH] Fix typo in op_quantized_relu_asym8u_asym8u Summary: Fix typo Differential Revision: D80269040 --- .../op_quantized_relu_asym8u_asym8u_per_tensor_out.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/cadence/hifi/operators/op_quantized_relu_asym8u_asym8u_per_tensor_out.cpp b/backends/cadence/hifi/operators/op_quantized_relu_asym8u_asym8u_per_tensor_out.cpp index 6f6eb43751c..8aaca463cf9 100644 --- a/backends/cadence/hifi/operators/op_quantized_relu_asym8u_asym8u_per_tensor_out.cpp +++ b/backends/cadence/hifi/operators/op_quantized_relu_asym8u_asym8u_per_tensor_out.cpp @@ -38,7 +38,7 @@ void quantized_relu_asym8u_asym8u_per_tensor_out( in_zero_point, out_multipler_int32, out_shift_int32, - _out_zero_point, + out_zero_point, 0, 255, input.numel());