Home
last modified time | relevance | path

Searched defs:filterHeight (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DPoolings.cpp35 auto filterHeight = op->inputs[8]->value<RandomVariable>(); in poolingExplicitOpConstructor() local
74 auto filterHeight = op->inputs[5]->value<RandomVariable>(); in poolingImplicitOpConstructor() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DConv2D.cpp366 uint32_t filterHeight = getSizeOfDimension(filterShape, 1); in convQuant8PerChannelNhwc() local
459 uint32_t filterHeight = getSizeOfDimension(filterShape, 1); in convQuant8PerChannelNhwc() local
665 uint32_t filterHeight = getSizeOfDimension(filter, 1); in prepare() local
H A DTransposeConv2D.cpp77 int32_t filterHeight = getSizeOfDimension(filterShape, 1); in initialize() local
517 uint32_t filterHeight = getSizeOfDimension(filter, 1); in prepare() local
H A DDepthwiseConv2D.cpp293 uint32_t filterHeight = getSizeOfDimension(filterShape, 1); in depthwiseConvQuant8PerChannelNhwc() local
550 uint32_t filterHeight = getSizeOfDimension(filter, 1); in prepare() local
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DOperationsUtils.h223 int32_t filterHeight, int32_t paddingLeft, in getPaddingScheme()
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp736 uint32_t filterHeight = getSizeOfDimension(filter, 1); in groupedConvPrepare() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp1845 ANeuralNetworksOperandType filterHeight = scalar; in poolingOpTest() local