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

Method GetQuantizationScales

src/armnn/Tensor.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451std::vector<float> TensorInfo::GetQuantizationScales() const
452{
453 return m_Quantization.m_Scales;
454}
455
456void TensorInfo::SetQuantizationScales(const std::vector<float>& scales)
457{

Calls

no outgoing calls

Tested by 1