/aosp_15_r20/external/armnn/delegate/test/ |
H A D | Pooling3dTestHelper.hpp | 38 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 D | Pooling2dTestHelper.hpp | 32 int32_t filterWidth = 0, in CreatePooling2dTfLiteModel() 126 int32_t filterWidth = 0, in Pooling2dTest()
|
/aosp_15_r20/external/armnn/delegate/classic/src/ |
H A D | Convolution.hpp | 154 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/ |
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
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | DepthwiseConvolution2dLayer.cpp | 38 unsigned int filterWidth = filterShape[3]; in SerializeLayerParameters() local 90 unsigned int filterWidth = filterShape[2]; in InferOutputShapes() local
|
H A D | Convolution2dLayer.cpp | 39 unsigned int filterWidth = filterShape[dataLayoutIndex.GetWidthIndex()]; in SerializeLayerParameters() local 82 unsigned int filterWidth = filterShape[dataLayoutIndex.GetWidthIndex()]; in InferOutputShapes() local
|
H A D | Convolution3dLayer.cpp | 35 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/ |
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
|
/aosp_15_r20/external/armnn/src/backends/neon/test/ |
H A D | NeonLayerTests.cpp | 395 unsigned int filterWidth = filterShape[2]; in CreateOutputTensorInfo() local
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Conv3dImpl.cpp | 55 const unsigned int filterWidth = rFilterShape[2]; in Convolve3d() local
|
H A D | ConvImpl.cpp | 112 const unsigned int filterWidth = depthwise ? rFilterShape[2] : rFilterShape[widthIndex]; in Convolve() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/include/ |
D | OperationsExecutionUtils.h | 164 int32_t strideHeight, int32_t filterWidth, in getPaddingScheme()
|
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/ |
H A D | TfLiteParser.cpp | 1244 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/ |
D | OperationsExecutionUtils.cpp | 644 uint32_t filterWidth = getSizeOfDimension(filter, 2); in groupedConvPrepare() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 1883 ANeuralNetworksOperandType filterWidth = scalar; in poolingOpTest() local
|