Home
last modified time | relevance | path

Searched defs:yOutput (Results 1 – 5 of 5) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DTransposeConvolution2d.cpp73 unsigned int yOutput = yOutputOrigin + yWeights; in TransposeConvolution2dImpl() local
141 for (unsigned int yOutput = 0u; yOutput < outputHeight; ++yOutput) in TransposeConvolution2dImpl() local
DConv3dImpl.cpp69 for (unsigned int yOutput = 0; yOutput < outputHeight; yOutput++) in Convolve3d() local
DConvImpl.cpp124 for (unsigned int yOutput = 0; yOutput < outputHeight; yOutput++) in Convolve() local
DPooling2d.cpp187 for (int yOutput = 0; yOutput < heightOutput; yOutput++) in Pooling2d() local
DPooling3d.cpp243 for (int yOutput = 0; yOutput < heightOutput; yOutput++) in Pooling3d() local