Home
last modified time | relevance | path

Searched refs:GetDepthIndex (Results 1 – 6 of 6) sorted by relevance

/external/armnn/include/armnnUtils/
DDataLayoutIndexed.hpp26 unsigned int GetDepthIndex() const { return m_DepthIndex; } in GetDepthIndex() function in armnnUtils::DataLayoutIndexed
/external/armnn/src/armnn/layers/
DPooling3dLayer.cpp51 unsigned int inDepth = inputShape[dimensionIndices.GetDepthIndex()]; in InferOutputShapes()
DConvolution3dLayer.cpp78 unsigned int inDepth = inputShape[dataLayoutIndex.GetDepthIndex()]; in InferOutputShapes()
/external/armnn/src/backends/reference/workloads/
DConv3dImpl.cpp39 const unsigned int depthIndex = dataLayoutIndexed.GetDepthIndex(); in Convolve3d()
DPooling3d.cpp182 auto depthIndex = dataLayout.GetDepthIndex(); in Pooling3d()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DPooling3dTestImpl.cpp59 auto depthIndex = dimensionIndices.GetDepthIndex(); in SimplePooling3dTestImpl()