/aosp_15_r20/external/armnn/delegate/test/ |
H A D | Pooling3dTestHelper.hpp | 39 int32_t filterHeight = 0, in CreatePooling3dTfLiteModel() 153 int32_t filterHeight = 0, in Pooling3dTest() 211 … int filterHeight, int filterWidth, int filterDepth, TfLitePadding padding) in CreateCustomOptions()
|
H A D | Pooling2dTestHelper.hpp | 33 int32_t filterHeight = 0, in CreatePooling2dTfLiteModel() 127 int32_t filterHeight = 0, in Pooling2dTest()
|
/aosp_15_r20/external/armnn/delegate/classic/src/ |
H A D | Convolution.hpp | 153 const unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in VisitConv2dOperator() local 333 const unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in VisitConv3dOperator() local 536 unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in VisitDepthwiseConv2dOperator() local 768 const unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in VisitTransposeConv2dOperator() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Poolings.cpp | 35 auto filterHeight = op->inputs[8]->value<RandomVariable>(); in poolingExplicitOpConstructor() local 74 auto filterHeight = op->inputs[5]->value<RandomVariable>(); in poolingImplicitOpConstructor() local
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | DepthwiseConvolution2dLayer.cpp | 39 unsigned int filterHeight = filterShape[2]; in SerializeLayerParameters() local 85 unsigned int filterHeight = filterShape[1]; in InferOutputShapes() local
|
H A D | Convolution2dLayer.cpp | 40 unsigned int filterHeight = filterShape[dataLayoutIndex.GetHeightIndex()]; in SerializeLayerParameters() local 87 unsigned int filterHeight = filterShape[dataLayoutIndex.GetHeightIndex()]; in InferOutputShapes() local
|
H A D | Convolution3dLayer.cpp | 34 unsigned int filterHeight = filterShape[1]; in SerializeLayerParameters() local 87 unsigned int filterHeight = filterShape[1]; in InferOutputShapes() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Conv2D.cpp | 363 uint32_t filterHeight = getSizeOfDimension(filterShape, 1); in convQuant8PerChannelNhwc() local 456 [[maybe_unused]] uint32_t filterHeight = getSizeOfDimension(filterShape, 1); in convQuant8PerChannelNhwc() local 559 uint32_t filterHeight = getSizeOfDimension(filter, 1); in prepare() local
|
D | TransposeConv2D.cpp | 72 int32_t filterHeight = getSizeOfDimension(filterShape, 1); in initialize() local 465 uint32_t filterHeight = getSizeOfDimension(filter, 1); in prepare() local
|
D | DepthwiseConv2D.cpp | 289 uint32_t filterHeight = getSizeOfDimension(filterShape, 1); in depthwiseConvQuant8PerChannelNhwc() local 447 uint32_t filterHeight = getSizeOfDimension(filter, 1); in prepare() local
|
/aosp_15_r20/external/armnn/src/backends/neon/test/ |
H A D | NeonLayerTests.cpp | 399 unsigned int filterHeight = filterShape[1]; in CreateOutputTensorInfo() local
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Conv3dImpl.cpp | 54 const unsigned int filterHeight = rFilterShape[1]; in Convolve3d() local
|
H A D | ConvImpl.cpp | 111 const unsigned int filterHeight = depthwise ? rFilterShape[1] : rFilterShape[heightIndex]; in Convolve() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/include/ |
D | OperationsExecutionUtils.h | 165 int32_t filterHeight, int32_t paddingLeft, in getPaddingScheme()
|
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/ |
H A D | TfLiteParser.cpp | 1243 unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in ParseConv2D() local 1329 unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in ParseConv3D() local 1407 unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in ParseDepthwiseConv2D() local 1645 const unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in ParseTransposeConv() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | OperationsExecutionUtils.cpp | 645 uint32_t filterHeight = getSizeOfDimension(filter, 1); in groupedConvPrepare() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 1884 ANeuralNetworksOperandType filterHeight = scalar; in poolingOpTest() local
|