Skip to content

Commit df27699

Browse files
authored
Fix typo in op_quantized_relu_asym8u_asym8u
Differential Revision: D80269040 Pull Request resolved: #13424
1 parent eb4c3b3 commit df27699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cadence/hifi/operators/op_quantized_relu_asym8u_asym8u_per_tensor_out.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void quantized_relu_asym8u_asym8u_per_tensor_out(
3838
in_zero_point,
3939
out_multipler_int32,
4040
out_shift_int32,
41-
_out_zero_point,
41+
out_zero_point,
4242
0,
4343
255,
4444
input.numel());

0 commit comments

Comments
 (0)