MCPcopy 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
508bool TensorInfo::IsQuantized() const
509{
510 return IsQuantizedType(m_DataType);
511}
512
513bool TensorInfo::IsConstant() const
514{

Callers 14

VisitPadOperatorFunction · 0.80
VisitPadOperatorFunction · 0.80
ExecuteMethod · 0.80
PadFunction · 0.80
ParsePadMethod · 0.80
GetZeroElementFunction · 0.80

Calls 1

IsQuantizedTypeFunction · 0.85

Tested by

no test coverage detected