Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp867 unsigned expandedRank = expandedType.getRank(); in verifyReshapeLikeTypes() local
869 bool isCollapse = expandedRank > collapsedRank; in verifyReshapeLikeTypes()
871 std::swap(expandedRank, collapsedRank); in verifyReshapeLikeTypes()
874 if (expandedRank == 0) in verifyReshapeLikeTypes()
876 if (expandedRank == collapsedRank) in verifyReshapeLikeTypes()
895 if (it.value().getNumDims() != expandedRank) in verifyReshapeLikeTypes()
898 << expandedRank << "), but got " << it.value().getNumDims(); in verifyReshapeLikeTypes()