Home
last modified time | relevance | path

Searched refs:mSourceStartX (Results 1 – 2 of 2) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DConvolutionDepthwise3x3.cpp111 mSourceStartX = UP_DIV(mPadX, 2); in onResize()
112 mSourceEndX = std::max((iw + mPadX - 4) / 2, mSourceStartX); in onResize()
163 …loat*)(inputZ + i * iw * core->bytes * core->pack), cacheLine[i], owUnit, iw, mPadX, mSourceStartX, in onExecute()
183 …oat*)(inputZ + core->bytes * core->pack * iy * iw), cacheLine[2], owUnit, iw, mPadX, mSourceStartX, in onExecute()
H A DConvolutionDepthwise3x3.hpp30 int mSourceStartX = 0; member in MNN::ConvolutionDepthwise3x3