Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc175 for (const auto& worker_and_context_id : remote_contexts_) { in CloseRemoteContexts() local
177 remote_eager_workers_->GetClient(worker_and_context_id.first); in CloseRemoteContexts()
179 requests[i].set_context_id(worker_and_context_id.second); in CloseRemoteContexts()
182 [&worker_and_context_id, &counter](const Status& s) { in CloseRemoteContexts()
185 << worker_and_context_id.second in CloseRemoteContexts()
186 << " for worker: " << worker_and_context_id.first in CloseRemoteContexts()
532 for (const auto& worker_and_context_id : remote_contexts_) { in InitializeRemote() local
534 worker_and_context_id.first); in InitializeRemote()
541 request->set_context_id(worker_and_context_id.second); in InitializeRemote()