Searched refs:mDepthwise (Results 1 – 4 of 4) sorted by relevance
27 bool mDepthwise = false; member in MNN::MetalDeconvolution
35 bool mDepthwise = false; member in MNN::MetalConvolutionCommon
125 mDepthwise = op->type() == MNN::OpType_DeconvolutionDepthwise;141 mWeight = weightForDeconv(context, mDepthwise, deconv, qnt.get());143 if (mDepthwise) {
36 mDepthwise = op->type() == OpType_ConvolutionDepthwise;95 mWeight = weightForConv(conv, qnt.get(), mDepthwise);