diff --git a/lite/backends/arm/math/conv5x5s1_depthwise_fp32.cc b/lite/backends/arm/math/conv5x5s1_depthwise_fp32.cc index e382640b9d1eed5f95b78e16715ecdaf7f289d9c..f8af373a56974c3631e6dd1bfee5f6e6d8150a46 100644 --- a/lite/backends/arm/math/conv5x5s1_depthwise_fp32.cc +++ b/lite/backends/arm/math/conv5x5s1_depthwise_fp32.cc @@ -4561,7 +4561,7 @@ inline void compute_all_padding_mid_leakyRelu_out2(float* dout0, din_ptr_arr[0] -= 4; } // clang-format on - // remain + for (int w = 0; w < remain; w++) { float sum = compute_one_data_post( din_ptr_arr[num], weights[num], bias[0], weights[6][0], 4);