Searched refs:getStorageTypeIntegralWidth (Results 1 – 9 of 9) sorted by relevance
64 outputElementType.getStorageTypeIntegralWidth() != 8) in matchAndRewrite()81 outputElementType.getStorageTypeIntegralWidth()), in matchAndRewrite()
69 uniformType.getStorageTypeIntegralWidth(), uniformType.isSigned()) { in UniformQuantizedValueConverter()184 storageBitWidth(uniformType.getStorageTypeIntegralWidth()), in UniformQuantizedPerAxisValueConverter()
122 unsigned getStorageTypeIntegralWidth() const;
250 unsigned inputBits = inputQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo()251 unsigned weightBits = weightQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo()
69 .getStorageTypeIntegralWidth(); in mlirQuantizedTypeGetStorageTypeIntegralWidth()
29 ".getStorageTypeIntegralWidth() == " # !head(params)>]>,
341 unsigned storageWidth = type.getStorageTypeIntegralWidth(); in printStorageType()
75 unsigned QuantizedType::getStorageTypeIntegralWidth() const { in getStorageTypeIntegralWidth() function in QuantizedType
251 unsigned inputBits = inputQType.getStorageTypeIntegralWidth(); in buildMatMulOpWithQuantInfo()