Searched refs:IsQuantized8BitType (Results 1 – 3 of 3) sorted by relevance
254 constexpr bool IsQuantized8BitType(DataType dataType) in IsQuantized8BitType() function266 return dataType == DataType::QSymmS16 || IsQuantized8BitType(dataType); in IsQuantizedType()
497 if (IsQuantized8BitType(inputType)) in IsConvolution2dSupported()631 if (IsQuantized8BitType(inputType)) in IsDepthwiseConvolutionSupported()2138 if (IsQuantized8BitType(inputType)) in IsTransposeConvolution2dSupported()
364 if (IsQuantized8BitType(inputType)) in ValidateWeightDataType()427 …const bool canHavePerAxisQuantization = (IsQuantized8BitType(inputDataType)) && inputDataType == o… in ValidatePerAxisQuantization()