Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h175 auto srcReshapeOp = in matchAndRewrite() local
177 if (!srcReshapeOp) in matchAndRewrite()
182 if (hasNonIdentityLayout(srcReshapeOp.getSrc().getType()) || in matchAndRewrite()
188 composeReassociationIndices(srcReshapeOp.getReassociationIndices(), in matchAndRewrite()
194 reshapeOp, resultType, srcReshapeOp.getSrc(), *reassociationIndices); in matchAndRewrite()