Searched refs:mUnitX (Results 1 – 2 of 2) sorted by relevance
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/ |
H A D | ConvInt8Winograd.cpp | 273 int alpha2 = (mUnitY + mKernelY - 1) * (mUnitX + mKernelX - 1); in WinoExecution() 281 chooseTransformFuncs(mKernelY, mKernelX, mUnitY, mUnitX, this, bn); in WinoExecution() 282 WinogradInt8Helper helper(mUnitY, mUnitX, common, core); in WinoExecution() 313 mUnitY(exe.mUnitY), mUnitX(exe.mUnitX), mKernelY(exe.mKernelY), mKernelX(exe.mKernelX), in WinoExecution() 364 auto wUnit = UP_DIV(ow, mUnitX), hUnit = UP_DIV(oh, mUnitY); in onExecute() 403 int srcX = wIndex * mUnitX - padX; in onExecute() 484 int dstX = wIndex * mUnitX; in onExecute() 486 int ex = ALIMIN(dstX + mUnitX, ow) - dstX; in onExecute() 491 if (ex != mUnitX || (alphaX == 1 && ey != mUnitY)) { in onExecute() 492 dstZStep = mUnitY * mUnitX * UNIT; in onExecute() [all …]
|
H A D | ConvInt8Winograd.hpp | 71 int mUnitY, mUnitX; member in MNN::ConvInt8Winograd::WinoExecution
|