Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dsets_test.py1249 last_indices = None
1254 if last_indices and (last_indices[:-1] != indices[:-1]):
1262 last_indices = indices
1265 last_indices))
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc477 gtl::InlinedVector<EdgeInfo*, 4> last_indices(num_outputs, nullptr); in InitializeNode() local
486 last_indices[output_slot] = dst_edge; in InitializeNode()
491 for (EdgeInfo* edge_info : last_indices) { in InitializeNode()