Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc3262 std::vector<int64> sorted_start_index_map( in ValidateGatherDimensionNumbers() local
3266 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()