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

Method GetQuantizationDim

src/armnn/Tensor.cpp:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498Optional<unsigned int> TensorInfo::GetQuantizationDim() const
499{
500 return m_Quantization.m_QuantizationDim;
501}
502
503void TensorInfo::SetQuantizationDim(const Optional<unsigned int>& quantizationDim)
504{

Callers 13

CreateTensorInfoMethod · 0.80
PermutedFunction · 0.80
GetPerAxisParamsFunction · 0.80
ToFloatArrayFunction · 0.80
MakeSigned32DecoderFunction · 0.80
MakeEncoderFunction · 0.80
QSymm8PerAxisDecoderMethod · 0.80
QSymm8PerAxisEncoderMethod · 0.80
OverrideDataTypeFunction · 0.80
UtilsTests.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected