Home
last modified time | relevance | path

Searched refs:quantizeAttr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantizeUtils.h36 Attribute quantizeAttr(Attribute realValue, QuantizedType quantizedElementType,
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Transforms/
H A DConvertConst.cpp77 quantizeAttr(value, quantizedElementType, newConstValueType); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp127 Attribute mlir::quant::quantizeAttr(Attribute realValue, in quantizeAttr() function in mlir::quant