Home
last modified time | relevance | path

Searched refs:IsQuantized8BitType (Results 1 – 3 of 3) sorted by relevance

/external/armnn/include/armnn/
DTypesUtils.hpp254 constexpr bool IsQuantized8BitType(DataType dataType) in IsQuantized8BitType() function
266 return dataType == DataType::QSymmS16 || IsQuantized8BitType(dataType); in IsQuantizedType()
/external/armnn/src/backends/reference/
DRefLayerSupport.cpp497 if (IsQuantized8BitType(inputType)) in IsConvolution2dSupported()
631 if (IsQuantized8BitType(inputType)) in IsDepthwiseConvolutionSupported()
2138 if (IsQuantized8BitType(inputType)) in IsTransposeConvolution2dSupported()
/external/armnn/src/backends/backendsCommon/
DWorkloadData.cpp364 if (IsQuantized8BitType(inputType)) in ValidateWeightDataType()
427 …const bool canHavePerAxisQuantization = (IsQuantized8BitType(inputDataType)) && inputDataType == o… in ValidatePerAxisQuantization()