Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc1356 const Rendezvous* created_rendezvous) const { in ApplyCleanUpToDoneCallback()
1359 created_rendezvous](const Status& status) { in ApplyCleanUpToDoneCallback()
1360 if (created_rendezvous) { in ApplyCleanUpToDoneCallback()
1362 created_rendezvous->Unref(); in ApplyCleanUpToDoneCallback()
1380 Rendezvous** created_rendezvous) const { in CreateRendezvous()
1382 return rendezvous_factory_(opts.step_id, device_mgr_, created_rendezvous); in CreateRendezvous()
1397 Rendezvous* created_rendezvous = nullptr; in Run() local
1399 Status s = CreateRendezvous(opts, &created_rendezvous); in Run()
1404 new_opts.rendezvous = created_rendezvous; in Run()
1410 new_opts.step_id, created_rendezvous); in Run()
[all …]
Dprocess_function_library_runtime.h318 Rendezvous** created_rendezvous) const;