From 1a21cb2cd8def51bd22306f5bfc56791c78b30e0 Mon Sep 17 00:00:00 2001 From: chenjiaoAngel Date: Mon, 24 Aug 2020 19:46:37 +0800 Subject: [PATCH] fix format. test=develop --- lite/backends/arm/math/conv5x5s1_depthwise_fp32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/backends/arm/math/conv5x5s1_depthwise_fp32.cc b/lite/backends/arm/math/conv5x5s1_depthwise_fp32.cc index e382640b9d..f8af373a56 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); -- GitLab