Home
last modified time | relevance | path

Searched refs:mDepthwise (Results 1 – 4 of 4) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/metal/
H A DMetalDeconvolution.hpp27 bool mDepthwise = false; member in MNN::MetalDeconvolution
H A DMetalConvolutionCommon.hpp35 bool mDepthwise = false; member in MNN::MetalConvolutionCommon
H A DMetalDeconvolution.mm125 mDepthwise = op->type() == MNN::OpType_DeconvolutionDepthwise;
141 mWeight = weightForDeconv(context, mDepthwise, deconv, qnt.get());
143 if (mDepthwise) {
H A DMetalConvolutionCommon.mm36 mDepthwise = op->type() == OpType_ConvolutionDepthwise;
95 mWeight = weightForConv(conv, qnt.get(), mDepthwise);