Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_topk.cc49 auto kth_element = temp_indices.begin() + k; in TopK() local
50 std::partial_sort(temp_indices.begin(), kth_element, temp_indices.end(), in TopK()
64 std::copy(temp_indices.begin(), kth_element, out_indices_batch); in TopK()