Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h833 int highest_index = -1; in Compute() local
844 if (i > highest_index) { in Compute()
845 highest_index = i; in Compute()
848 output_list.tensors.resize(std::max(highest_index + 1, num_elements), in Compute()