Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.cc229 const std::vector<string>* existing_workers, tensorflow::uint64 context_id, in GetReplacedFromExistingWorkers() argument
233 tensorflow::BlockingCounter counter(existing_workers->size()); in GetReplacedFromExistingWorkers()
234 std::vector<tensorflow::Status> statuses(existing_workers->size()); in GetReplacedFromExistingWorkers()
238 existing_workers->size()); in GetReplacedFromExistingWorkers()
239 for (int i = 0; i < existing_workers->size(); i++) { in GetReplacedFromExistingWorkers()
242 client_cache->GetClient(existing_workers->at(i), &eager_client); in GetReplacedFromExistingWorkers()
255 for (int i = 0; i < existing_workers->size(); i++) { in GetReplacedFromExistingWorkers()
262 replaced_workers->emplace_back(existing_workers->at(i)); in GetReplacedFromExistingWorkers()
516 std::vector<string> existing_workers; in UpdateTFE_ContextWithServerDef() local
542 &existing_workers); in UpdateTFE_ContextWithServerDef()
[all …]