Searched defs:filterWidth (Results 1 – 7 of 7) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Poolings.cpp | 34 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/cpu_operations/ |
D | Conv2D.cpp | 364 uint32_t filterWidth = getSizeOfDimension(filterShape, 2); in convQuant8PerChannelNhwc() local 457 [[maybe_unused]] uint32_t filterWidth = getSizeOfDimension(filterShape, 2); in convQuant8PerChannelNhwc() local 560 uint32_t filterWidth = getSizeOfDimension(filter, 2); in prepare() local
|
D | TransposeConv2D.cpp | 71 int32_t filterWidth = getSizeOfDimension(filterShape, 2); in initialize() local 466 uint32_t filterWidth = getSizeOfDimension(filter, 2); in prepare() local
|
D | DepthwiseConv2D.cpp | 290 uint32_t filterWidth = getSizeOfDimension(filterShape, 2); in depthwiseConvQuant8PerChannelNhwc() local 448 uint32_t filterWidth = getSizeOfDimension(filter, 2); in prepare() local
|
/packages/modules/NeuralNetworks/common/include/ |
D | OperationsExecutionUtils.h | 164 int32_t strideHeight, int32_t filterWidth, in getPaddingScheme()
|
/packages/modules/NeuralNetworks/common/ |
D | OperationsExecutionUtils.cpp | 644 uint32_t filterWidth = getSizeOfDimension(filter, 2); in groupedConvPrepare() local
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 1883 ANeuralNetworksOperandType filterWidth = scalar; in poolingOpTest() local
|