Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h171 struct ComposeReassociativeReshapeOps : public OpRewritePattern<ReshapeOpTy> { struct
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp935 results.add<ComposeReassociativeReshapeOps<ExpandShapeOp>, in getCanonicalizationPatterns()
943 results.add<ComposeReassociativeReshapeOps<CollapseShapeOp>, in getCanonicalizationPatterns()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1809 results.add<ComposeReassociativeReshapeOps<ExpandShapeOp>, in getCanonicalizationPatterns()
2016 results.add<ComposeReassociativeReshapeOps<CollapseShapeOp>, in getCanonicalizationPatterns()