Searched refs:inputValues (Results 1 – 4 of 4) sorted by relevance
220 ElementsAttr inputValues; in matchAndRewrite() local221 if (!matchPattern(op.getInput1(), m_Constant(&inputValues))) in matchAndRewrite()237 auto resultAttr = transpose(inputValues, inputType, outputType, permValues); in matchAndRewrite()264 DenseElementsAttr inputValues; in matchAndRewrite() local265 matchPattern(inputTensor, m_Constant(&inputValues)); in matchAndRewrite()268 if (!constantUnaryOpShouldBeFolded(recip, inputValues)) { in matchAndRewrite()276 inputValues, &ReciprocalOp::calcOneElement, in matchAndRewrite()277 cast<FloatType>(inputValues.getElementType())); in matchAndRewrite()
119 SmallVector<DenseIntOrFPElementsAttr> inputValues(numInputs); in matchAndRewrite() local122 m_Constant(&inputValues[en.index()]))) in matchAndRewrite()212 inFpRanges.push_back(inputValues[i].getValues<APFloat>()); in matchAndRewrite()233 inIntRanges.push_back(inputValues[i].getValues<APInt>()); in matchAndRewrite()
89 auto inputValues = input.tryGetValues<ElemType>(); in constantFoldPadOp() local90 if (failed(inputValues)) in constantFoldPadOp()120 for (auto [inputIndex, inputValue] : llvm::enumerate(*inputValues)) { in constantFoldPadOp()
421 SmallVector<OpFoldResult> inputValues; in getProductOfValues() local 430 inputValues.push_back(isDynamic(maybeConstant) in getProductOfValues() 436 inputValues); in getProductOfValues()