From 6a6301f383efac6da455f3df9b2c579c2a9cdecb Mon Sep 17 00:00:00 2001 From: chenjiaoAngel Date: Thu, 20 Aug 2020 20:29:12 +0800 Subject: [PATCH] fix format.test=develop --- lite/kernels/arm/conv_depthwise.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/kernels/arm/conv_depthwise.cc b/lite/kernels/arm/conv_depthwise.cc index cd6610865a..fea81daa12 100644 --- a/lite/kernels/arm/conv_depthwise.cc +++ b/lite/kernels/arm/conv_depthwise.cc @@ -67,7 +67,7 @@ void DepthwiseConv::PrepareForRun() { kernel_func_name_ = "conv_depthwise_5x5_fp32"; #endif } else if ((strides[0] == 1 && strides[1] == 1) || - (strides[0] == 2 && strides[1] == 2)) { + (strides[0] == 2 && strides[1] == 2)) { // trans weights constexpr int cblock = 4; auto oc = w_dims[0]; -- GitLab