Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp22 return getReassociationIndicesForCollapse(sourceType.getShape(), in getReassociationIndicesForReshape()
25 return getReassociationIndicesForCollapse(targetType.getShape(), in getReassociationIndicesForReshape()
31 mlir::getReassociationIndicesForCollapse(ArrayRef<int64_t> sourceShape, in getReassociationIndicesForCollapse() function in mlir
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h74 getReassociationIndicesForCollapse(ArrayRef<int64_t> sourceShape,
342 return {getReassociationIndicesForCollapse(srcShape, resultShape)}; in findCollapsingReassociation()
360 getReassociationIndicesForCollapse(srcSubShape, resultSubShape); in findCollapsingReassociation()