Home
last modified time | relevance | path

Searched defs:filterDepth (Results 1 – 5 of 5) sorted by relevance

/external/armnn/delegate/test/
DPooling3dTestHelper.hpp40 int32_t filterDepth = 0, in CreatePooling3dTfLiteModel()
154 int32_t filterDepth = 0, in Pooling3dTest()
211 … int filterHeight, int filterWidth, int filterDepth, TfLitePadding padding) in CreateCustomOptions()
/external/armnn/src/armnn/layers/
DConvolution3dLayer.cpp33 unsigned int filterDepth = filterShape[0]; in SerializeLayerParameters() local
82 unsigned int filterDepth = filterShape[0]; in InferOutputShapes() local
/external/armnn/src/backends/reference/workloads/
DConv3dImpl.cpp53 const unsigned int filterDepth = rFilterShape[0]; in Convolve3d() local
/external/armnn/delegate/classic/src/
DConvolution.hpp332 const unsigned int filterDepth = filterTensorInfo.GetShape()[0]; in VisitConv3dOperator() local
/external/armnn/src/armnnTfLiteParser/
DTfLiteParser.cpp1328 unsigned int filterDepth = filterTensorInfo.GetShape()[0]; in ParseConv3D() local