Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DPooling3dTestHelper.hpp38 int32_t filterWidth = 0, in CreatePooling3dTfLiteModel()
152 int32_t filterWidth = 0, in Pooling3dTest()
211 … int filterHeight, int filterWidth, int filterDepth, TfLitePadding padding) in CreateCustomOptions()
H A DPooling2dTestHelper.hpp32 int32_t filterWidth = 0, in CreatePooling2dTfLiteModel()
126 int32_t filterWidth = 0, in Pooling2dTest()
/aosp_15_r20/external/armnn/delegate/classic/src/
H A DConvolution.hpp154 const unsigned int filterWidth = filterTensorInfo.GetShape()[2]; in VisitConv2dOperator() local
334 const unsigned int filterWidth = filterTensorInfo.GetShape()[2]; in VisitConv3dOperator() local
537 unsigned int filterWidth = filterTensorInfo.GetShape()[2]; in VisitDepthwiseConv2dOperator() local
769 const unsigned int filterWidth = filterTensorInfo.GetShape()[2]; in VisitTransposeConv2dOperator() local
/aosp_15_r20/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
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DDepthwiseConvolution2dLayer.cpp38 unsigned int filterWidth = filterShape[3]; in SerializeLayerParameters() local
90 unsigned int filterWidth = filterShape[2]; in InferOutputShapes() local
H A DConvolution2dLayer.cpp39 unsigned int filterWidth = filterShape[dataLayoutIndex.GetWidthIndex()]; in SerializeLayerParameters() local
82 unsigned int filterWidth = filterShape[dataLayoutIndex.GetWidthIndex()]; in InferOutputShapes() local
H A DConvolution3dLayer.cpp35 unsigned int filterWidth = filterShape[2]; in SerializeLayerParameters() local
92 unsigned int filterWidth = filterShape[2]; in InferOutputShapes() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DConv2D.cpp364 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
DTransposeConv2D.cpp71 int32_t filterWidth = getSizeOfDimension(filterShape, 2); in initialize() local
466 uint32_t filterWidth = getSizeOfDimension(filter, 2); in prepare() local
DDepthwiseConv2D.cpp290 uint32_t filterWidth = getSizeOfDimension(filterShape, 2); in depthwiseConvQuant8PerChannelNhwc() local
448 uint32_t filterWidth = getSizeOfDimension(filter, 2); in prepare() local
/aosp_15_r20/external/armnn/src/backends/neon/test/
H A DNeonLayerTests.cpp395 unsigned int filterWidth = filterShape[2]; in CreateOutputTensorInfo() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DConv3dImpl.cpp55 const unsigned int filterWidth = rFilterShape[2]; in Convolve3d() local
H A DConvImpl.cpp112 const unsigned int filterWidth = depthwise ? rFilterShape[2] : rFilterShape[widthIndex]; in Convolve() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/include/
DOperationsExecutionUtils.h164 int32_t strideHeight, int32_t filterWidth, in getPaddingScheme()
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp1244 unsigned int filterWidth = filterTensorInfo.GetShape()[2]; in ParseConv2D() local
1330 unsigned int filterWidth = filterTensorInfo.GetShape()[2]; in ParseConv3D() local
1408 unsigned int filterWidth = filterTensorInfo.GetShape()[2]; in ParseDepthwiseConv2D() local
1646 const unsigned int filterWidth = filterTensorInfo.GetShape()[2]; in ParseTransposeConv() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp644 uint32_t filterWidth = getSizeOfDimension(filter, 2); in groupedConvPrepare() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp1883 ANeuralNetworksOperandType filterWidth = scalar; in poolingOpTest() local