Searched refs:remote_contexts (Results 1 – 2 of 2) sorted by relevance
444 const std::vector<string>& remote_contexts, uint64 context_id, in CloseRemoteContexts() argument452 std::vector<eager::CloseContextResponse> responses(remote_contexts.size()); in CloseRemoteContexts()453 BlockingCounter counter(static_cast<int>(remote_contexts.size())); in CloseRemoteContexts()456 for (const auto& worker : remote_contexts) { in CloseRemoteContexts()636 auto remote_contexts = GetRemoteContexts(); in MaybeRegisterFunctionRemotely() local637 for (const auto& target : remote_contexts) { in MaybeRegisterFunctionRemotely()810 auto remote_contexts = GetRemoteContexts(); in SyncExecutors() local815 BlockingCounter counter(static_cast<int>(remote_contexts.size())); in SyncExecutors()816 std::vector<Status> statuses(remote_contexts.size()); in SyncExecutors()818 for (int i = 0; i < remote_contexts.size(); i++) { in SyncExecutors()[all …]
370 const std::vector<string>& remote_contexts, uint64 context_id,393 const std::vector<string>& remote_contexts, uint64 context_id,405 const std::vector<string>& remote_contexts, uint64 context_id);664 void CloseRemoteContexts(const std::vector<string>& remote_contexts,