Searched refs:CompareIndices (Results 1 – 4 of 4) sorted by relevance
79 static int CompareIndices(absl::Span<const int64> lhs,
155 /* static */ int IndexUtil::CompareIndices(absl::Span<const int64> lhs, in CompareIndices() function in xla::IndexUtil
101 if (IndexUtil::CompareIndices(last, next) >= 0) { in Validate()
136 return IndexUtil::CompareIndices(At(lhs), At(rhs)) < 0; in SortWithValues()