Home
last modified time | relevance | path

Searched defs:quantizedElementType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp23 Attribute origRealValue, QuantizedType quantizedElementType, in convertPrimitiveValueAttr()
40 QuantizedType quantizedElementType, in convertDenseFPElementsAttr()
71 QuantizedType quantizedElementType, in convertSparseElementsAttr()
100 Attribute realValue, UniformQuantizedType quantizedElementType, in quantizeAttrUniform()
128 QuantizedType quantizedElementType, in quantizeAttr()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Transforms/
H A DConvertConst.cpp53 QuantizedType quantizedElementType = in matchAndRewrite() local