Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h84 static OpFoldResult foldReshapeOp(ReshapeOpTy reshapeOp, in foldReshapeOp() function
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp950 return foldReshapeOp<ExpandShapeOp, CollapseShapeOp>(*this, operands); in fold()
953 return foldReshapeOp<CollapseShapeOp, ExpandShapeOp>(*this, operands); in fold()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2022 return foldReshapeOp<ExpandShapeOp, CollapseShapeOp>(*this, operands); in fold()
2026 return foldReshapeOp<CollapseShapeOp, ExpandShapeOp>(*this, operands); in fold()