Home
last modified time | relevance | path

Searched defs:padNeededHeight (Results 1 – 13 of 13) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/backupcode/cpubackend/
H A DCPUPoolGrad.hpp52 … int padNeededHeight = (output->height() - 1) * strideHeight + kernelHeight - input->height(); in onResize() local
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/buffer/
H A DPoolBufExecution.cpp54 …int padNeededHeight = std::max(0, (output->height() - 1) * mStrides[0] + mKernels[0] - input->heig… in onResize() local
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/image/
H A DPoolExecution.cpp87 …int padNeededHeight = std::max(0, (output->height() - 1) * mStrides[0] + mKernels[0] - input->heig… in onResize() local
H A DDepthwiseConvExecution.cpp117 int padNeededHeight = in onResize() local
H A DDepthwiseDeconvExecution.cpp102 int padNeededHeight = in onResize() local
H A DMultiInputDWConvExecution.cpp53 …int padNeededHeight = (height - 1) * mStrides[0] + (kernelY - 1) * mDilations[0] + 1 - inputHeight; in onResize() local
H A DConvWinograd.cpp172 … int padNeededHeight = (output->height() - 1) * mStrideY + kernelHeightSize - input->height(); in onResize() local
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUPool.cpp49 … int padNeededHeight = (output->height() - 1) * strideHeight + kernelHeight - input->height(); in onResize() local
H A DCPUPoolInt8.cpp183 int padNeededHeight = (outputHeight - 1) * strideHeight + kernelHeight - inputHeight; in onResize() local
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/
H A DVulkanPool.cpp87 … int padNeededHeight = (output->height() - 1) * strideHeight + kernelHeight - input->height(); in onEncode() local
/dports/misc/mnn/MNN-1.2.0/tools/train/source/grad/
H A DConvGrad.cpp62 int padNeededHeight = (oh - 1) * sH + kernelHeightSize - ih; in onGrad() local
/dports/misc/mnn/MNN-1.2.0/source/backend/cuda/execution/
H A DPoolExecution.cu110 … int padNeededHeight = (output->height() - 1) * strideHeight + kernelHeight - input->height(); in onResize() local
/dports/misc/mnn/MNN-1.2.0/source/core/
H A DConvolutionCommon.cpp550 …int padNeededHeight = (output->height() - 1) * mCommon->strideY() + kernelHeightSize - input->heig… in convolutionPad() local
595 const int padNeededHeight = outputHeightPadded - outputHeight; in convolutionTransposePad() local