Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc177 remote_eager_workers_->GetClient(worker_and_context_id.first); in CloseRemoteContexts()
323 remote_eager_workers_->GetClient(target_and_context_id.first); in MaybeRegisterFunctionRemotely()
410 *client = remote_eager_workers_->GetClient(device_task_name); in GetClientAndContextID()
495 remote_eager_workers_ = std::move(remote_eager_workers); in InitializeRemote()
533 auto* client = remote_eager_workers_->GetClient( in InitializeRemote()
Dcontext.h323 std::unique_ptr<eager::EagerClientCache> remote_eager_workers_; variable