diff --git a/mindspore/lite/src/runtime/kernel/arm/fp16/convolution_depthwise_fp16.cc b/mindspore/lite/src/runtime/kernel/arm/fp16/convolution_depthwise_fp16.cc index cf07cb9c84..3c0e46f761 100644 --- a/mindspore/lite/src/runtime/kernel/arm/fp16/convolution_depthwise_fp16.cc +++ b/mindspore/lite/src/runtime/kernel/arm/fp16/convolution_depthwise_fp16.cc @@ -112,7 +112,7 @@ int ConvolutionDepthwiseFp16CPUKernel::Init() { } // init sliding_ window param sliding_ = new SlidingWindowParam; - InitSlidingParam(sliding_, conv_param_, C8NUM); + InitSlidingParamConvDw(sliding_, conv_param_, C8NUM); ret = InitWeightBias(); if (ret != 0) {