Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorInferTypeOpInterfaceImpl.cpp158 reshapeOp.getReassociationMaps()); in reifyResultShapes()
H A DTensorOps.cpp794 SmallVector<AffineMap, 4> CollapseShapeOp::getReassociationMaps() { in getReassociationMaps() function in CollapseShapeOp
802 SmallVector<AffineMap, 4> ExpandShapeOp::getReassociationMaps() { in getReassociationMaps() function in ExpandShapeOp
871 auto maps = op.getReassociationMaps(); in verifyTensorReshapeOp()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h129 auto maps = op.getReassociationMaps(); in verifyReshapeLikeTypes()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp703 isExpanding ? expandingReshapeOp.getReassociationMaps() in fuseWithReshapeByExpansion()
704 : collapsingReshapeOp.getReassociationMaps(), in fuseWithReshapeByExpansion()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1685 SmallVector<AffineMap, 4> CollapseShapeOp::getReassociationMaps() { in getReassociationMaps() function in CollapseShapeOp
1694 SmallVector<AffineMap, 4> ExpandShapeOp::getReassociationMaps() { in getReassociationMaps() function in ExpandShapeOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tensor/IR/
H A DTensorOps.td731 SmallVector<AffineMap, 4> getReassociationMaps();
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/
H A DMemRefOps.td1177 SmallVector<AffineMap, 4> getReassociationMaps();