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

Method GetDataType

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

Source from the content-addressed store, hash-verified

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; }
202
203 bool HasMultipleQuantizationScales() const { return m_Quantization.m_Scales.size() > 1; }

Callers 7

VerifyTensorInfoDataTypeFunction · 0.45
GetDataTypeMethod · 0.45
GetConstTensorMethod · 0.45
GetTensorMethod · 0.45
TypedWorkloadMethod · 0.45
MultiTypedWorkloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected