Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc328 CloseRemoteContexts(remote_contexts_, context_id, context_view_id); in CloseAndClearAllRemoteContexts()
329 remote_contexts_.clear(); in CloseAndClearAllRemoteContexts()
378 if (!remote_contexts_.empty()) { in WaitForAndCloseRemoteContexts()
434 if (!remote_contexts_.empty()) { in ~EagerContext()
524 for (const auto& target : remote_contexts_) { in MaybeRegisterFunctionRemotely()
752 if (std::find(remote_contexts_.begin(), remote_contexts_.end(), in GetClient()
753 device_task_name) == remote_contexts_.end()) { in GetClient()
929 if (!remote_contexts_.empty()) { in InitializeRemoteMaster()
932 remote_contexts_ = remote_contexts; in InitializeRemoteMaster()
966 remote_contexts_.erase( in UpdateRemoteMaster()
[all …]
Dcontext.h581 std::vector<string> remote_contexts_; variable