Home
last modified time | relevance | path

Searched refs:RecvFromRemoteAsync (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/contrib/verbs/
Drdma_rendezvous_mgr.cc36 void RecvFromRemoteAsync(const Rendezvous::ParsedKey& parsed,
47 void RdmaRemoteRendezvous::RecvFromRemoteAsync( in RecvFromRemoteAsync() function in tensorflow::RdmaRemoteRendezvous
DREADME.md55 …andled in a derivation of the pure virtual **BaseRemoteRendezvous::RecvFromRemoteAsync()**. Tensor…
57 Our entry point is the implementation of **RdmaRemoteRendezvous::RecvFromRemoteAsync()**, located i…
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr.cc46 void RecvFromRemoteAsync(const Rendezvous::ParsedKey& parsed,
216 void RpcRemoteRendezvous::RecvFromRemoteAsync( in RecvFromRemoteAsync() function in tensorflow::__anon9a114d310111::RpcRemoteRendezvous
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.h153 virtual void RecvFromRemoteAsync(const Rendezvous::ParsedKey& parsed,
Dbase_rendezvous_mgr.cc330 RecvFromRemoteAsync(parsed, recv_args, std::move(done)); in RecvAsync()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_rendezvous_mgr.cc129 void RecvFromRemoteAsync(const Rendezvous::ParsedKey& parsed, in RecvFromRemoteAsync() function in tensorflow::__anon5c78cdd40111::GdrRemoteRendezvous
/external/tensorflow/tensorflow/contrib/mpi/
Dmpi_rendezvous_mgr.h125 void RecvFromRemoteAsync(const Rendezvous::ParsedKey& parsed,
Dmpi_rendezvous_mgr.cc62 void MPIRemoteRendezvous::RecvFromRemoteAsync( in RecvFromRemoteAsync() function in tensorflow::MPIRemoteRendezvous
DREADME.md48 …ing tables and nothing is changed there. On the receiving side the RecvFromRemoteAsync function is…