Home
last modified time | relevance | path

Searched refs:peer_device (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_collective_executor_mgr.cc36 RecvBufCall(int64 step_id, const string& peer_device, const string& peer_task, in RecvBufCall() argument
50 req_.set_src_device(peer_device); in RecvBufCall()
78 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() argument
87 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
118 auto dev_locality_callback = [this, state, peer_device, peer_task, key, in RecvFromPeer()
126 step_id_, peer_device, peer_task, key, to_device, to_device_ctx, in RecvFromPeer()
134 peer_device, peer_task, &state->server_locality, dev_locality_callback); in RecvFromPeer()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc35 RecvBufCall(int64 step_id, const string& peer_device, const string& peer_task, in RecvBufCall() argument
49 req_.set_src_device(peer_device); in RecvBufCall()
76 const string& peer_device, const string& peer_task, bool peer_is_local, in RecvFromPeer() argument
83 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
162 auto dev_locality_callback = [this, state, peer_device, peer_task, key, in RecvFromPeer()
170 step_id_, peer_device, peer_task, key, to_device, to_device_ctx, in RecvFromPeer()
178 peer_device, peer_task, &state->server_locality, dev_locality_callback); in RecvFromPeer()
Dcollective_rma_distributed.h35 void RecvFromPeer(const string& peer_device, const string& peer_task,
/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.h121 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() argument
128 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
132 void PostToPeer(const string& peer_device, const string& peer_task, in PostToPeer() argument
139 remote_access_->PostToPeer(peer_device, peer_task, key, from_device, in PostToPeer()
Dcollective_rma_local.cc27 const string& peer_device, const string& peer_task, bool peer_is_local, in RecvFromPeer() argument
32 VLOG(1) << "RecvFromPeer " << this << " from " << peer_device << " key " in RecvFromPeer()
72 const string& peer_device, const string& peer_task, const string& key, in PostToPeer() argument
Dcollective_rma_local.h39 void RecvFromPeer(const string& peer_device, const string& peer_task,
47 void PostToPeer(const string& peer_device, const string& peer_task,
Dtest_collective_executor_mgr.h31 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() argument
41 void PostToPeer(const string& peer_device, const string& peer_task, in PostToPeer() argument
Dring_gatherer_test.cc66 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() argument
75 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
80 void PostToPeer(const string& peer_device, const string& peer_task, in PostToPeer() argument
89 peer_device, peer_task, key, from_device, from_device_ctx, in PostToPeer()
Dring_reducer_test.cc66 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() argument
75 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
80 void PostToPeer(const string& peer_device, const string& peer_task, in PostToPeer() argument
89 peer_device, peer_task, key, from_device, from_device_ctx, in PostToPeer()
Dhierarchical_tree_broadcaster_test.cc162 void RecvFromPeer(const string& peer_device, const string& peer_task, in RecvFromPeer() argument
170 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
174 void PostToPeer(const string& peer_device, const string& peer_task, in PostToPeer() argument
183 peer_device, peer_task, key, from_device, from_device_ctx, in PostToPeer()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h235 virtual void RecvFromPeer(const string& peer_device, const string& peer_task,
244 virtual void PostToPeer(const string& peer_device, const string& peer_task,