Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ SetQuantizationScales
Method
SetQuantizationScales
src/armnn/Tensor.cpp:456–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
}
455
456
void TensorInfo::SetQuantizationScales(const std::vector<float>& scales)
457
{
458
m_Quantization.m_Scales = scales;
459
}
460
461
float TensorInfo::GetQuantizationScale() const
462
{
Callers
4
GetTensorInfoForTfLiteTensor
Function · 0.80
GetTensorInfoForTfLiteOpaqueTensor
Function · 0.80
IsMultiAxesReduceSupported
Function · 0.80
TensorTest.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected