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

Method SetDataType

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

Source from the content-addressed store, hash-verified

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; }
204

Callers 13

ConvertTensorToFloat32Function · 0.80
ConvertTensorToFloat32Function · 0.80
ConvertToDataTypeFunction · 0.80
SetupConstantLayersMethod · 0.80
UpdateOutputSlotToFp32Function · 0.80
AttemptBackendAssignmentFunction · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected