Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/Transforms/
DConvertConst.cpp75 Type newConstValueType; in matchAndRewrite() local
77 quantizeAttr(value, quantizedElementType, newConstValueType); in matchAndRewrite()
88 rewriter.create<ConstantOp>(fusedLoc, newConstValueType, newConstValue); in matchAndRewrite()