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

Method GetNumDimensions

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

Source from the content-addressed store, hash-verified

195 void SetShape(const TensorShape& newShape) { m_Shape = newShape; }
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; }

Callers 5

CompareTensorsFunction · 0.45
TypesUtils.hppFile · 0.45
WriteToNumpyFileFunction · 0.45
GetNumDimensionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected