MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetNumDimensions

Method GetNumDimensions

include/armnn/Tensor.hpp:303–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302 DataType GetDataType() const { return m_Info.GetDataType(); }
303 unsigned int GetNumDimensions() const { return m_Info.GetNumDimensions(); }
304 unsigned int GetNumBytes() const { return m_Info.GetNumBytes(); }
305 unsigned int GetNumElements() const { return m_Info.GetNumElements(); }
306

Callers

nothing calls this directly

Calls 1

GetNumDimensionsMethod · 0.45

Tested by

no test coverage detected