Home
last modified time | relevance | path

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

/external/armnn/delegate/test/
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()
DPooling2dTestHelper.hpp32 int32_t filterWidth = 0, in CreatePooling2dTfLiteModel()
126 int32_t filterWidth = 0, in Pooling2dTest()
/external/armnn/src/armnn/layers/
DDepthwiseConvolution2dLayer.cpp38 unsigned int filterWidth = filterShape[3]; in SerializeLayerParameters() local
90 unsigned int filterWidth = filterShape[2]; in InferOutputShapes() local
DConvolution2dLayer.cpp39 unsigned int filterWidth = filterShape[dataLayoutIndex.GetWidthIndex()]; in SerializeLayerParameters() local
82 unsigned int filterWidth = filterShape[dataLayoutIndex.GetWidthIndex()]; in InferOutputShapes() local
DConvolution3dLayer.cpp35 unsigned int filterWidth = filterShape[2]; in SerializeLayerParameters() local
92 unsigned int filterWidth = filterShape[2]; in InferOutputShapes() local
/external/armnn/delegate/classic/src/
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
/external/armnn/src/backends/neon/test/
DNeonLayerTests.cpp395 unsigned int filterWidth = filterShape[2]; in CreateOutputTensorInfo() local
/external/armnn/src/backends/reference/workloads/
DConv3dImpl.cpp55 const unsigned int filterWidth = rFilterShape[2]; in Convolve3d() local
DConvImpl.cpp112 const unsigned int filterWidth = depthwise ? rFilterShape[2] : rFilterShape[widthIndex]; in Convolve() local
/external/armnn/src/armnnTfLiteParser/
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