Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DConstantFold.cpp140 SmallVector<APFloat> fpOutputValues; in matchAndRewrite() local
142 fpOutputValues.resize(numElements, APFloat(0.f)); in matchAndRewrite()
228 fpOutputValues[dstLinearIndex] = *computeFn(computeFnInputs).apFloat; in matchAndRewrite()
254 isFloat ? DenseElementsAttr::get(outputType, fpOutputValues) in matchAndRewrite()