Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ IsQuantized
Method
IsQuantized
src/armnn/Tensor.cpp:508–511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
506
}
507
508
bool TensorInfo::IsQuantized() const
509
{
510
return IsQuantizedType(m_DataType);
511
}
512
513
bool TensorInfo::IsConstant() const
514
{
Callers
14
VisitPadOperator
Function · 0.80
VisitPadOperator
Function · 0.80
ConvertSpaceToBatchToTosaOperator
Function · 0.80
ConvertReduceToTosaOperator
Function · 0.80
ConvertResizeToTosaOperator
Function · 0.80
Execute
Method · 0.80
Pad
Function · 0.80
ValidateTensorQuantizationSpace
Function · 0.80
TypeNotPerAxisQuantized
Method · 0.80
CheckMatchingQuantization
Function · 0.80
ParsePad
Method · 0.80
GetZeroElement
Function · 0.80
Calls
1
IsQuantizedType
Function · 0.85
Tested by
no test coverage detected