Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_distributed_manager.cc157 std::vector<string>::iterator existing_it = existing->begin(); in DifferentiateWorkerLists() local
164 *existing_it++ = *curr_it++; in DifferentiateWorkerLists()
172 existing->resize(existing_it - existing->begin()); in DifferentiateWorkerLists()