Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h282 rendezvous_creator_(std::move(rendezvous_creator)), in KernelAndDeviceFunc()
350 std::function<Rendezvous*(const int64)> rendezvous_creator_; variable
Dcontext.h501 if (rendezvous_creator_ != nullptr) { in CreateRendezvous()
502 return rendezvous_creator_(step_id); in CreateRendezvous()
593 std::function<Rendezvous*(const int64)> rendezvous_creator_; variable
Dkernel_and_device.cc369 Rendezvous* rendezvous = rendezvous_creator_(opts->step_id); in RunAsync()
Dcontext.cc1448 rendezvous_creator_ = std::move(rendezvous_creator); in InitializeRemoteWorker()