/external/tensorflow/tensorflow/core/common_runtime/ |
D | rendezvous_mgr.h | 50 void RecvAsync(const ParsedKey& key, const Rendezvous::Args& args, 79 void RecvAsync(const ParsedKey& key, const Rendezvous::Args& args,
|
D | rendezvous_mgr.cc | 124 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
|
D | rendezvous_util.cc | 100 rendezvous->RecvAsync( in RecvOutputsFromRendezvousAsync()
|
D | graph_runner.cc | 69 void RecvAsync(const ParsedKey& parsed, const Args& recv_args, in RecvAsync() function in tensorflow::__anon5e0cca670111::SimpleRendezvous
|
/external/tensorflow/tensorflow/core/framework/ |
D | rendezvous.cc | 123 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()
|
D | rendezvous_test.cc | 234 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()
|
D | local_rendezvous.h | 48 void RecvAsync(const Rendezvous::ParsedKey& key,
|
D | rendezvous.h | 104 virtual void RecvAsync(const ParsedKey& key, const Args& args,
|
D | local_rendezvous.cc | 167 void LocalRendezvous::RecvAsync(const Rendezvous::ParsedKey& key, in RecvAsync() function in tensorflow::LocalRendezvous
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sendrecv_ops_test.cc | 34 void RecvAsync(const ParsedKey& key, const Args& args, in RecvAsync() function in tensorflow::__anon9e3a346e0111::DummyRendezvous
|
D | sendrecv_ops.cc | 205 ctx->rendezvous()->RecvAsync(parsed_key_, args, in ComputeAsync() 214 ctx->rendezvous()->RecvAsync(in_loop_parsed, args, in ComputeAsync()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | base_rendezvous_mgr.cc | 297 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()
|
D | base_rendezvous_mgr.h | 132 void RecvAsync(const ParsedKey& key, const Rendezvous::Args& args,
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | host_compute_ops.cc | 149 ctx->rendezvous()->RecvAsync( in ComputeAsync()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | rpc_rendezvous_mgr_test.cc | 329 rendez->RecvAsync( in TEST_F()
|