Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DPoolings.cpp34 auto filterWidth = op->inputs[7]->value<RandomVariable>(); in poolingExplicitOpConstructor() local
73 auto filterWidth = op->inputs[4]->value<RandomVariable>(); in poolingImplicitOpConstructor() local
/packages/modules/NeuralNetworks/common/operations/
DConv2D.cpp367 uint32_t filterWidth = getSizeOfDimension(filterShape, 2); in convQuant8PerChannelNhwc() local
460 uint32_t filterWidth = getSizeOfDimension(filterShape, 2); in convQuant8PerChannelNhwc() local
666 uint32_t filterWidth = getSizeOfDimension(filter, 2); in prepare() local
DTransposeConv2D.cpp76 int32_t filterWidth = getSizeOfDimension(filterShape, 2); in initialize() local
518 uint32_t filterWidth = getSizeOfDimension(filter, 2); in prepare() local
DDepthwiseConv2D.cpp294 uint32_t filterWidth = getSizeOfDimension(filterShape, 2); in depthwiseConvQuant8PerChannelNhwc() local
551 uint32_t filterWidth = getSizeOfDimension(filter, 2); in prepare() local
/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h222 int32_t strideHeight, int32_t filterWidth, in getPaddingScheme()
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp735 uint32_t filterWidth = getSizeOfDimension(filter, 2); in groupedConvPrepare() local
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp1844 ANeuralNetworksOperandType filterWidth = scalar; in poolingOpTest() local