Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtopk_op_gpu.h226 int heap_end_index = start_index + k * step_size; variable
227 if (heap_end_index > length) {
228 heap_end_index = length;
231 for (int index = start_index, slot = 0; index < heap_end_index;
241 for (int index = heap_end_index; index < length; index += step_size) {