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.cc333 const std::vector<string>& remote_contexts, uint64 context_id, in CloseRemoteContexts() argument
341 std::vector<eager::CloseContextResponse> responses(remote_contexts.size()); in CloseRemoteContexts()
342 BlockingCounter counter(static_cast<int>(remote_contexts.size())); in CloseRemoteContexts()
345 for (const auto& worker : remote_contexts) { in CloseRemoteContexts()
918 const std::vector<string>& remote_contexts, uint64 context_id, in InitializeRemoteMaster() argument
932 remote_contexts_ = remote_contexts; in InitializeRemoteMaster()
1135 const std::vector<string>& remote_contexts, uint64 context_id, in InitializeRemoteWorker() argument
1157 remote_contexts_ = remote_contexts; in InitializeRemoteWorker()
1192 const std::vector<string>& remote_contexts, uint64 context_id, in UpdateRemoteWorker() argument
1205 remote_contexts_ = remote_contexts; in UpdateRemoteWorker()
Dcontext.h320 const std::vector<string>& remote_contexts, uint64 context_id,
345 const std::vector<string>& remote_contexts, uint64 context_id,
359 const std::vector<string>& remote_contexts, uint64 context_id,
552 void CloseRemoteContexts(const std::vector<string>& remote_contexts,