Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp868 unsigned collapsedRank = collapsedType.getRank(); in verifyReshapeLikeTypes() local
869 bool isCollapse = expandedRank > collapsedRank; in verifyReshapeLikeTypes()
871 std::swap(expandedRank, collapsedRank); in verifyReshapeLikeTypes()
876 if (expandedRank == collapsedRank) in verifyReshapeLikeTypes()
879 if (collapsedRank == 0) { in verifyReshapeLikeTypes()
889 if (collapsedRank != op.reassociation().size()) in verifyReshapeLikeTypes()
891 << collapsedRank << ") to be the number of reassociation maps(" in verifyReshapeLikeTypes()