!4487 [MS][LITE] fix bug of arm cpu int8 op: conv_depthwise

Merge pull request !4487 from yangruoqi713/lite
This commit is contained in:
mindspore-ci-bot 2020-08-15 11:24:46 +08:00 committed by Gitee
commit ac4532e664
1 changed files with 1 additions and 1 deletions

View File

@ -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) {