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

Method GetDataType

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

Source from the content-addressed store, hash-verified

300 TensorShape& GetShape() { return m_Info.GetShape(); }
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(); }

Callers

nothing calls this directly

Calls 1

GetDataTypeMethod · 0.45

Tested by

no test coverage detected