Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp48 int64_t currTargetShape = targetShape[targetDim]; in getReassociationIndicesForCollapse() local
50 prodOfCollapsedDims * sourceShape[sourceDim] < currTargetShape && in getReassociationIndicesForCollapse()
60 (currTargetShape != ShapedType::kDynamicSize || in getReassociationIndicesForCollapse()
66 if (currTargetShape == ShapedType::kDynamicSize && in getReassociationIndicesForCollapse()
72 if (prodOfCollapsedDims * sourceShape[sourceDim] != currTargetShape) in getReassociationIndicesForCollapse()