Searched refs:getStorageTypeIntegralWidth (Results 1 – 17 of 17) sorted by relevance
83 output_element_type.getStorageTypeIntegralWidth() != 8) { in matchAndRewrite()108 output_element_type.getStorageTypeIntegralWidth()), in matchAndRewrite()161 uint8_element_type.getStorageTypeIntegralWidth() != 8) in convert_graph_uint8_tensor()182 uint8_element_type.getStorageTypeIntegralWidth()), in convert_graph_uint8_tensor()230 output_element_type.getStorageTypeIntegralWidth() != 8) in convert_graph_uint8_tensor()251 output_element_type.getStorageTypeIntegralWidth()), in convert_graph_uint8_tensor()282 uint8_output_element_type.getStorageTypeIntegralWidth() != 8) in convert_graph_uint8_tensor()297 int8_output_element_type.getStorageTypeIntegralWidth() != 8) in convert_graph_uint8_tensor()
415 input_element_qtype.getStorageTypeIntegralWidth())); in getUnquantizedBias()
1262 .getStorageTypeIntegralWidth(); in matchAndRewrite()1265 .getStorageTypeIntegralWidth(); in matchAndRewrite()2824 int64_t num_bits = element_type.getStorageTypeIntegralWidth(); in matchAndRewrite()2857 int64_t num_bits = element_type.getStorageTypeIntegralWidth(); in matchAndRewrite()
64 outputElementType.getStorageTypeIntegralWidth() != 8) in matchAndRewrite()81 outputElementType.getStorageTypeIntegralWidth()), in matchAndRewrite()
67 uniformType.getStorageTypeIntegralWidth(), uniformType.isSigned()) { in UniformQuantizedValueConverter()181 storageBitWidth(uniformType.getStorageTypeIntegralWidth()), in UniformQuantizedPerAxisValueConverter()
122 unsigned getStorageTypeIntegralWidth() const;
260 unsigned inputBits = inputQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo()261 unsigned weightBits = weightQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo()
563 type.getStorageTypeIntegralWidth() == 8) { in DownCastScale()730 expected_params.getStorageTypeIntegralWidth() == in VerifySameScales()731 compared_paras.getStorageTypeIntegralWidth()) && in VerifySameScales()734 expected_params.getStorageTypeIntegralWidth())) in VerifySameScales()
33 ".getStorageTypeIntegralWidth() == " # !head(params)>]>,
395 int num_bits = qtype.getStorageTypeIntegralWidth(); in matchAndRewrite()
29 ".getStorageTypeIntegralWidth() == " # !head(params)>]>,
228 unsigned inputBits = inputQType.getStorageTypeIntegralWidth(); in buildMatMulOpWithQuantInfo()
342 unsigned storageWidth = type.getStorageTypeIntegralWidth(); in printStorageType()
74 unsigned QuantizedType::getStorageTypeIntegralWidth() const { in getStorageTypeIntegralWidth() function in QuantizedType
453 int num_storage_bits = quant_type.getStorageTypeIntegralWidth(); in processIntermediates()
419 bit_width = qtype.getStorageTypeIntegralWidth(); in ConvertIntBuffer()870 if (!qtype || qtype.getStorageTypeIntegralWidth() != 8) return; in PostProcessFuncOp()
120 quantized_type.getStorageTypeIntegralWidth() == 8 && in IsQI8Type()128 quantized_type.getStorageTypeIntegralWidth() == 8 && in IsQUI8Type()136 quantized_type.getStorageTypeIntegralWidth() == 16 && in IsQI16Type()