Searched refs:sorted_start_index_map (Results 1 – 1 of 1) sorted by relevance
3262 std::vector<int64> sorted_start_index_map( in ValidateGatherDimensionNumbers() local3266 absl::c_sort(sorted_start_index_map); in ValidateGatherDimensionNumbers()3268 if (absl::c_adjacent_find(sorted_start_index_map) != in ValidateGatherDimensionNumbers()3269 sorted_start_index_map.end()) { in ValidateGatherDimensionNumbers()