Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dtopk_op_gpu.h225 int heap_end_index = start_index + k * step_size; variable
226 if (heap_end_index > length) {
227 heap_end_index = length;
230 for (int index = start_index, slot = 0; index < heap_end_index;
240 for (int index = heap_end_index; index < length; index += step_size) {