/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/ |
H A D | CPUResize.cpp | 65 const int depthQuad = UP_DIV(N, 4); in CPUResizeCubicC4() local 156 int depthQuad = UP_DIV(input.dim[1].extent, 4); in CPUResizeBilinearC4() local 227 const int depthQuad = UP_DIV(input.dim[1].extent, 4); in CPUResizeNearestneighborRoundC4() local 268 const int depthQuad = UP_DIV(input.dim[1].extent, 4); in CPUResizeNearestneighborC4() local
|
H A D | CPUScale.cpp | 59 auto depthQuad = UP_DIV(input->channel(), core->pack); in onExecute() local
|
H A D | CPURelu.cpp | 184 const int depthQuad = UP_DIV(channel, core->pack); in onExecute() local
|
H A D | CPUDeconvolutionDepthwise.cpp | 26 int depthQuad = UP_DIV(outputCount, core->pack); in CPUDeconvolutionDepthwise() local
|
H A D | CPUConvolutionDepthwise.cpp | 34 int depthQuad = UP_DIV(outputCount, unit); in FloatExecution() local
|
H A D | CPUQuanConvolutionDepthwise.cpp | 103 int depthQuad = UP_DIV(outputCount, UNIT); in CPUQuanConvolutionDepthwise() local
|
/dports/misc/mnn/MNN-1.2.0/source/backend/opengl/ |
H A D | GLEltwise.cpp | 76 auto depthQuad = UP_DIV(outputTensor->channel(), 4); in onExecute() local
|
H A D | GLPool.cpp | 57 auto depthQuad = UP_DIV(outputTensor->channel(), 4); in onExecute() local
|
H A D | GLBackend.cpp | 152 auto depthQuad = UP_DIV(channel, 4); in copyImageToNhwcBuffer() local 224 auto depthQuad = UP_DIV(d3, 4); in download() local
|
/dports/misc/mnn/MNN-1.2.0/source/backend/arm82/ |
H A D | Arm82Relu.cpp | 99 …peChannel(float* dstO, const float* srcO, const float* slopeO, size_t sizeQuad, size_t depthQuad) { in reluWithSlopeChannel()
|
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/ |
H A D | FunctionDispatcher.cpp | 106 …SlopeChannel(float* dst, const float* src, const float* slope, size_t sizeQuad, size_t depthQuad) { in MNNReluWithSlopeChannel()
|
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/sse/ |
H A D | CommonOptFunction.cpp | 76 …SlopeChannel(float* dst, const float* src, const float* slope, size_t sizeQuad, size_t depthQuad) { in _SSE_MNNReluWithSlopeChannel()
|
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/avx/ |
H A D | CommonOptFunction.cpp | 291 …SlopeChannel(float* dst, const float* src, const float* slope, size_t sizeQuad, size_t depthQuad) { in _AVX_MNNReluWithSlopeChannel()
|
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/bf16/ |
H A D | BF16Functions.cpp | 142 …annelBF16(float* dstO, const float* srcO, const float* slopeO, size_t sizeQuad, size_t depthQuad) { in MNNReluWithSlopeChannelBF16()
|
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/ |
H A D | CommonOptFunction.cpp | 1265 …SlopeChannel(float* dst, const float* src, const float* slope, size_t sizeQuad, size_t depthQuad) { in MNNReluWithSlopeChannel() 1431 size_t depthQuad, size_t dstZStep, size_t srcZStep) { in MNNUInt8ToInt16WithOffsetC4Fast()
|