Home
last modified time | relevance | path

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

/external/armnn/include/armnn/
DTypesUtils.hpp303 constexpr bool IsQuantized8BitType(DataType dataType) in IsQuantized8BitType() function
312 return dataType == DataType::QSymmS16 || IsQuantized8BitType(dataType); in IsQuantizedType()
/external/armnn/src/backends/reference/
DRefLayerSupport.cpp1028 if (IsQuantized8BitType(inputType)) in IsConvolution2dSupported()
1096 if (IsQuantized8BitType(inputType)) in IsConvolution3dSupported()
1224 if (IsQuantized8BitType(inputType)) in IsDepthwiseConvolutionSupported()
2699 if (IsQuantized8BitType(inputType)) in IsTransposeConvolution2dSupported()
/external/armnn/src/backends/backendsCommon/
DWorkloadData.cpp336 if (IsQuantized8BitType(inputType)) in ValidateWeightDataType()
389 …const bool canHavePerAxisQuantization = (IsQuantized8BitType(inputDataType)) && inputDataType == o… in ValidatePerAxisQuantization()