/external/tensorflow/tensorflow/core/common_runtime/ |
D | base_collective_executor.h | 121 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() function 127 remote_access_->RecvFromPeer( in RecvFromPeer()
|
D | collective_rma_local_test.cc | 69 rma_->RecvFromPeer(kTaskName + "/device:CPU:0", kTaskName, true /*is_local*/, in TEST_F() 112 rma_->RecvFromPeer(kTaskName + "/device:CPU:1", kTaskName, true /*is_local*/, in TEST_F()
|
D | collective_rma_local.h | 39 void RecvFromPeer(const string& peer_device, const string& peer_task,
|
D | test_collective_executor_mgr.h | 31 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() function
|
D | collective_rma_local.cc | 26 void CollectiveRemoteAccessLocal::RecvFromPeer( in RecvFromPeer() function in tensorflow::CollectiveRemoteAccessLocal
|
D | ring_gatherer_test.cc | 66 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() function in tensorflow::FailTestRMA 74 CollectiveRemoteAccessLocal::RecvFromPeer( in RecvFromPeer()
|
D | ring_reducer_test.cc | 66 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() function in tensorflow::FailTestRMA 74 CollectiveRemoteAccessLocal::RecvFromPeer( in RecvFromPeer()
|
D | hierarchical_tree_broadcaster.cc | 429 col_ctx_->col_exec->RecvFromPeer( in DispatchRecv()
|
D | hierarchical_tree_broadcaster_test.cc | 162 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() function in tensorflow::__anonb5878a120111::FailTestRMA 169 CollectiveRemoteAccessLocal::RecvFromPeer( in RecvFromPeer()
|
D | ring_alg.cc | 409 col_ctx_->col_exec->RecvFromPeer( in DispatchRecv()
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_collective_executor_mgr.cc | 78 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() function in tensorflow::__anonf551392e0111::CollectiveRemoteAccessDistributed 86 CollectiveRemoteAccessLocal::RecvFromPeer( in RecvFromPeer()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | collective_rma_distributed.cc | 75 void CollectiveRemoteAccessDistributed::RecvFromPeer( in RecvFromPeer() function in tensorflow::CollectiveRemoteAccessDistributed 82 CollectiveRemoteAccessLocal::RecvFromPeer( in RecvFromPeer()
|
D | collective_rma_distributed_test.cc | 277 rma_->RecvFromPeer( in TEST_F() 305 rma_->RecvFromPeer( in TEST_F() 337 rma_->RecvFromPeer( in TEST_F()
|
D | collective_rma_distributed.h | 35 void RecvFromPeer(const string& peer_device, const string& peer_task,
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 235 virtual void RecvFromPeer(const string& peer_device, const string& peer_task,
|