Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp690 auto expandingReshapeOp = dyn_cast<tensor::ExpandShapeOp>(*reshapeOp); in fuseWithReshapeByExpansion() local
692 bool isExpanding = (expandingReshapeOp != nullptr); in fuseWithReshapeByExpansion()
694 ? expandingReshapeOp.getResultType() in fuseWithReshapeByExpansion()
697 ? expandingReshapeOp.getSrcType() in fuseWithReshapeByExpansion()
703 isExpanding ? expandingReshapeOp.getReassociationMaps() in fuseWithReshapeByExpansion()
720 expandedOpOperands.push_back(isExpanding ? expandingReshapeOp.getSrc() in fuseWithReshapeByExpansion()