Home
last modified time | relevance | path

Searched refs:m_DepthIndex (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/armnnUtils/
DDataLayoutIndexed.cpp29 m_DepthIndex = 1; in DataLayoutIndexed()
36 m_DepthIndex = 2; in DataLayoutIndexed()
/external/armnn/include/armnnUtils/
DDataLayoutIndexed.hpp26 unsigned int GetDepthIndex() const { return m_DepthIndex; } in GetDepthIndex()
67 unsigned int m_DepthIndex; member in armnnUtils::DataLayoutIndexed