Home
last modified time | relevance | path

Searched refs:CreateRendezvous (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h228 Rendezvous* CreateRendezvous(const int64 step_id) const { in CreateRendezvous() function
Dexecute.cc512 [&ctx](const int64 step_id) { return ctx.CreateRendezvous(step_id); }, in EagerLocalExecute()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc613 [ctx](const int64 step_id) { return ctx->CreateRendezvous(step_id); }, in TEST_F()