Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
451
std::vector<float> TensorInfo::GetQuantizationScales() const
452
{
453
return m_Quantization.m_Scales;
454
}
455
456
void TensorInfo::SetQuantizationScales(const std::vector<float>& scales)
457
{
Callers
15
CreateTensorInfo
Method · 0.80
VerifyNameAndConnections
Method · 0.80
GetPerAxisParams
Function · 0.80
ToFloatArray
Function · 0.80
ConvertConv2dToTosaOperator
Function · 0.80
ConvertFullyConnectedToTosaOperator
Function · 0.80
ConvertConv3dToTosaOperator
Function · 0.80
ConvertBatchMatMulToTosaOperator
Function · 0.80
ConvertDepthwiseConv2dToTosaOperator
Function · 0.80
QSymm8PerAxisDecoder
Method · 0.80
QSymm8PerAxisEncoder
Method · 0.80
ScaledInt32PerAxisDecoder
Method · 0.80
Calls
no outgoing calls
Tested by
1
VerifyNameAndConnections
Method · 0.64