Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp716 SmallVector<Value> expandedOpOperands; in fuseWithReshapeByExpansion() local
717 expandedOpOperands.reserve(genericOp.getNumInputs()); in fuseWithReshapeByExpansion()
720 expandedOpOperands.push_back(isExpanding ? expandingReshapeOp.getSrc() in fuseWithReshapeByExpansion()
741 expandedOpOperands.push_back(rewriter.create<tensor::ExpandShapeOp>( in fuseWithReshapeByExpansion()
747 expandedOpOperands.push_back(opOperand->get()); in fuseWithReshapeByExpansion()
781 /*inputs=*/expandedOpOperands, outputs, in fuseWithReshapeByExpansion()