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

Method GetNumElements

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

Source from the content-addressed store, hash-verified

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
307 MemoryType GetMemoryArea() const { return m_MemoryArea; }
308

Callers

nothing calls this directly

Calls 1

GetNumElementsMethod · 0.45

Tested by

no test coverage detected