Searched refs:expandingReshapeOp (Results 1 – 1 of 1) sorted by relevance
690 auto expandingReshapeOp = dyn_cast<tensor::ExpandShapeOp>(*reshapeOp); in fuseWithReshapeByExpansion() local692 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()