Searched refs:expandedRank (Results 1 – 1 of 1) sorted by relevance
867 unsigned expandedRank = expandedType.getRank(); in verifyReshapeLikeTypes() local869 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()