Home
last modified time | relevance | path

Searched refs:RecvAsync (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Drendezvous_mgr.h50 void RecvAsync(const ParsedKey& key, const Rendezvous::Args& args,
79 void RecvAsync(const ParsedKey& key, const Rendezvous::Args& args,
Drendezvous_mgr.cc124 local->RecvAsync( in IntraProcessRecvAsyncImpl()
166 void RefCountedIntraProcessRendezvous::RecvAsync(const ParsedKey& key, in RecvAsync() function in tensorflow::RefCountedIntraProcessRendezvous
191 void PrivateIntraProcessRendezvous::RecvAsync(const ParsedKey& key, in RecvAsync() function in tensorflow::PrivateIntraProcessRendezvous
Drendezvous_util.cc100 rendezvous->RecvAsync( in RecvOutputsFromRendezvousAsync()
Dgraph_runner.cc69 void RecvAsync(const ParsedKey& parsed, const Args& recv_args, in RecvAsync() function in tensorflow::__anon5e0cca670111::SimpleRendezvous
/external/tensorflow/tensorflow/core/framework/
Drendezvous.cc123 RecvAsync(key, recv_args, in Recv()
161 void RecvAsync(const ParsedKey& key, const Args& recv_args, in RecvAsync() function in tensorflow::__anon913b3c930211::LocalRendezvousWrapper
163 impl_.RecvAsync(key, recv_args, std::move(done)); in RecvAsync()
Drendezvous_test.cc234 rendez_->RecvAsync( in TEST_F()
242 rendez_->RecvAsync( in TEST_F()
250 rendez_->RecvAsync( in TEST_F()
258 rendez_->RecvAsync( in TEST_F()
326 rendez_->RecvAsync(MakeKey(strings::StrCat(i)), Rendezvous::Args(), in TEST_F()
422 rendez_->RecvAsync( in TEST_F()
463 rendez->RecvAsync( in BM_RecvSend()
Dlocal_rendezvous.h48 void RecvAsync(const Rendezvous::ParsedKey& key,
Drendezvous.h104 virtual void RecvAsync(const ParsedKey& key, const Args& args,
Dlocal_rendezvous.cc167 void LocalRendezvous::RecvAsync(const Rendezvous::ParsedKey& key, in RecvAsync() function in tensorflow::LocalRendezvous
/external/tensorflow/tensorflow/core/kernels/
Dsendrecv_ops_test.cc34 void RecvAsync(const ParsedKey& key, const Args& args, in RecvAsync() function in tensorflow::__anon9e3a346e0111::DummyRendezvous
Dsendrecv_ops.cc205 ctx->rendezvous()->RecvAsync(parsed_key_, args, in ComputeAsync()
214 ctx->rendezvous()->RecvAsync(in_loop_parsed, args, in ComputeAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.cc297 void BaseRemoteRendezvous::RecvAsync(const ParsedKey& parsed, in RecvAsync() function in tensorflow::BaseRemoteRendezvous
316 local_->RecvAsync( in RecvAsync()
372 local_->RecvAsync(parsed, Args(), std::move(done)); in RecvLocalAsyncInternal()
Dbase_rendezvous_mgr.h132 void RecvAsync(const ParsedKey& key, const Rendezvous::Args& args,
/external/tensorflow/tensorflow/core/tpu/kernels/
Dhost_compute_ops.cc149 ctx->rendezvous()->RecvAsync( in ComputeAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr_test.cc329 rendez->RecvAsync( in TEST_F()