Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc95 rendezvous_ = new IntraProcessRendezvous(device_mgr_.get()); in Init()
217 IntraProcessRendezvous* rendezvous_; member in tensorflow::__anonbd125a7f0111::ProcessFunctionLibraryRuntimeTest
251 rendezvous_->Unref(); in TEST_F()
264 rendezvous_->Unref(); in TEST_F()
271 opts.rendezvous = rendezvous_; in TEST_F()
280 rendezvous_->Unref(); in TEST_F()
287 opts.rendezvous = rendezvous_; in TEST_F()
296 rendezvous_->Unref(); in TEST_F()
304 opts.rendezvous = rendezvous_; in TEST_F()
315 rendezvous_->Unref(); in TEST_F()
[all …]
Dexecutor.cc1246 Rendezvous* rendezvous_; member in tensorflow::__anon675242740111::ExecutorState
1382 rendezvous_(args.rendezvous), in ExecutorState()
1628 params.rendezvous = rendezvous_; in Process()
2227 if (rendezvous_) { in NodeDone()
2228 rendezvous_->StartAbort(s); in NodeDone()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc60 rendezvous_(rendezvous), in EagerContext()
219 rendezvous_->Unref(); in ~EagerContext()
484 if (rendezvous_ != nullptr) rendezvous_->Unref(); in InitializeRemote()
485 rendezvous_ = r; in InitializeRemote()
Dcontext.h160 Rendezvous* GetRendezvous() const { return rendezvous_; } in GetRendezvous()
268 Rendezvous* rendezvous_; variable