Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h347 auto srcSubShape = srcShape.slice(srcIndices.front(), srcIndices.size()); in findCollapsingReassociation() local
351 if (srcSubShape.size() == resultSubShape.size()) { in findCollapsingReassociation()
352 if (srcSubShape == resultSubShape) in findCollapsingReassociation()
360 getReassociationIndicesForCollapse(srcSubShape, resultSubShape); in findCollapsingReassociation()