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

Merge pull request !4487 from yangruoqi713/lite
pull/4487/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit ac4532e664

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

Loading…
Cancel
Save