Searched refs:quantizedElementType (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
D | QuantizeUtils.cpp | 23 Attribute origRealValue, QuantizedType quantizedElementType, in convertPrimitiveValueAttr() argument 27 outConvertedType = quantizedElementType.getStorageType(); in convertPrimitiveValueAttr() 28 return IntegerAttr::get(quantizedElementType.getStorageType(), in convertPrimitiveValueAttr() 40 QuantizedType quantizedElementType, in convertDenseFPElementsAttr() argument 57 quantizedElementType in convertDenseFPElementsAttr() 71 QuantizedType quantizedElementType, in convertSparseElementsAttr() argument 79 quantizedElementType, converter); in convertSparseElementsAttr() 87 quantizedElementType.castExpressedToStorageType(realSparseAttr.getType()) in convertSparseElementsAttr() 100 Attribute realValue, UniformQuantizedType quantizedElementType, in quantizeAttrUniform() argument 106 realValue.cast<DenseFPElementsAttr>(), quantizedElementType, converter); in quantizeAttrUniform() [all …]
|
/external/llvm-project/mlir/lib/Dialect/Quant/Transforms/ |
D | ConvertConst.cpp | 53 QuantizedType quantizedElementType = in matchAndRewrite() local 55 if (!quantizedElementType) { in matchAndRewrite() 65 if (!quantizedElementType.isCompatibleExpressedType( in matchAndRewrite() 77 quantizeAttr(value, quantizedElementType, newConstValueType); in matchAndRewrite()
|
/external/llvm-project/mlir/include/mlir/Dialect/Quant/ |
D | QuantizeUtils.h | 36 Attribute quantizeAttr(Attribute realValue, QuantizedType quantizedElementType, 55 UniformQuantizedType quantizedElementType,
|