Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h289 return [this](int64 step_id) { return CreateRendezvous(step_id); }; in RendezvousCreator()
500 Rendezvous* CreateRendezvous(int64 step_id) const { in CreateRendezvous() function
Dcontext.cc193 *r = CreateRendezvous(step_id); in ResetPFLR()
1084 rendezvous_ = CreateRendezvous(/*step_id=*/-1); in StoreCollectiveOpsServer()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h317 Status CreateRendezvous(const FunctionLibraryRuntime::Options& opts,
Dprocess_function_library_runtime.cc1378 Status ProcessFunctionLibraryRuntime::CreateRendezvous( in CreateRendezvous() function in tensorflow::ProcessFunctionLibraryRuntime
1399 Status s = CreateRendezvous(opts, &created_rendezvous); in Run()
1661 Status s = CreateRendezvous(opts, &created_rendezvous); in Run()