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

Method GetNumElements

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

Source from the content-addressed store, hash-verified

196
197 unsigned int GetNumDimensions() const { return m_Shape.GetNumDimensions(); }
198 unsigned int GetNumElements() const { return m_Shape.GetNumElements(); }
199
200 DataType GetDataType() const { return m_DataType; }
201 void SetDataType(DataType type) { m_DataType = type; }

Callers 5

MemCopyTestFunction · 0.45
CompareTensorsFunction · 0.45
MakeRandomTensorFunction · 0.45
LayerTestResultMethod · 0.45
GetNumElementsMethod · 0.45

Calls

no outgoing calls

Tested by 2

MemCopyTestFunction · 0.36
LayerTestResultMethod · 0.36