From 4dfa94571efb01678d7053b46c278d19dd456652 Mon Sep 17 00:00:00 2001 From: chenjiaoAngel Date: Mon, 17 Aug 2020 21:29:15 +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 6c3a8767f5..4769c6da62 100644 --- a/lite/backends/arm/math/conv5x5s1_depthwise_fp32.cc +++ b/lite/backends/arm/math/conv5x5s1_depthwise_fp32.cc @@ -5038,7 +5038,7 @@ void conv_depthwise_5x5s1_bias_leakyRelu(float* dout, cnt, remain, 3 - h); - dout_ptr0 += wout; + dout_ptr0 += wout; // din_ptr_arr[0] = din_ptr0; din_ptr_arr[1] = din_ptr1; din_ptr_arr[2] = din_ptr2; -- GitLab