Searched refs:sorted_start_index_map (Results 1 – 1 of 1) sorted by relevance
3381 std::vector<int64_t> sorted_start_index_map( in ValidateGatherDimensionNumbers() local3385 absl::c_sort(sorted_start_index_map); in ValidateGatherDimensionNumbers()3387 if (absl::c_adjacent_find(sorted_start_index_map) != in ValidateGatherDimensionNumbers()3388 sorted_start_index_map.end()) { in ValidateGatherDimensionNumbers()