aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/arm_gemm/quantized.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/kernels/arm_gemm/quantized.hpp')
-rw-r--r--src/core/NEON/kernels/arm_gemm/quantized.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/NEON/kernels/arm_gemm/quantized.hpp b/src/core/NEON/kernels/arm_gemm/quantized.hpp
index eaa303b237..a22750796c 100644
--- a/src/core/NEON/kernels/arm_gemm/quantized.hpp
+++ b/src/core/NEON/kernels/arm_gemm/quantized.hpp
@@ -37,6 +37,6 @@ void compute_row_sums(const ARequantizeLayer32 &qp, unsigned int width, unsigned
template<typename T>
void compute_col_sums(const ARequantizeLayer32 &qp, unsigned int width, unsigned int height,
const T *input, unsigned int in_stride, int32_t *col_bias, unsigned int depth,
- unsigned int first_col);
+ unsigned int multi, unsigned int first_col);
} // namespace arm_gemm