MCPcopy Create free account
hub / github.com/ARM-software/armnn / IsQuantized8BitType

Function IsQuantized8BitType

include/armnn/TypesUtils.hpp:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317constexpr bool IsQuantized8BitType(DataType dataType)
318{
319 return dataType == DataType::QAsymmU8 ||
320 dataType == DataType::QAsymmS8 ||
321 dataType == DataType::QSymmS8;
322}
323
324constexpr bool IsQuantizedType(DataType dataType)
325{

Calls

no outgoing calls

Tested by

no test coverage detected