Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ HasMultipleQuantizationScales
Method
HasMultipleQuantizationScales
include/armnn/Tensor.hpp:203–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
void SetDataType(DataType type) { m_DataType = type; }
202
203
bool HasMultipleQuantizationScales() const { return m_Quantization.m_Scales.size() > 1; }
204
205
bool HasPerAxisQuantization() const;
206
Callers
8
VerifyNameAndConnections
Method · 0.80
MakeSigned32Decoder
Function · 0.80
OverrideDataType
Function · 0.80
BuildArmComputeTensorInfo
Function · 0.80
IsMultiAxesReduceSupported
Function · 0.80
ValidateBiasTensorQuantization
Function · 0.80
TensorTest.cpp
File · 0.80
PrintNetworkInfo
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
VerifyNameAndConnections
Method · 0.64