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

Method HasPerAxisQuantization

src/armnn/Tensor.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446bool TensorInfo::HasPerAxisQuantization() const
447{
448 return HasMultipleQuantizationScales() || m_Quantization.m_QuantizationDim.has_value();
449}
450
451std::vector<float> TensorInfo::GetQuantizationScales() const
452{

Callers 12

VisitQuantizeOperatorFunction · 0.80
VisitQuantizeOperatorFunction · 0.80
CreateTensorInfoMethod · 0.80
GetPerAxisParamsFunction · 0.80
ToFloatArrayFunction · 0.80
MakeDecoderFunction · 0.80
MakeEncoderFunction · 0.80
Convert1HWOtoMIHWFunction · 0.80

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected