Searched refs:fpOutputValues (Results 1 – 1 of 1) sorted by relevance
140 SmallVector<APFloat> fpOutputValues; in matchAndRewrite() local142 fpOutputValues.resize(numElements, APFloat(0.f)); in matchAndRewrite()228 fpOutputValues[dstLinearIndex] = *computeFn(computeFnInputs).apFloat; in matchAndRewrite()254 isFloat ? DenseElementsAttr::get(outputType, fpOutputValues) in matchAndRewrite()