Home
last modified time | relevance | path

Searched refs:peer_is_local (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc77 const string& peer_device, const string& peer_task, bool peer_is_local, in RecvFromPeer() argument
82 if (peer_is_local) { in RecvFromPeer()
84 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
Dcollective_rma_distributed.h38 bool peer_is_local, const string& key, Device* to_device,
/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.h123 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
129 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
Dcollective_rma_local.cc30 const string& peer_device, const string& peer_task, bool peer_is_local, in RecvFromPeer() argument
37 if (!peer_is_local) { in RecvFromPeer()
Dcollective_rma_local.h44 bool peer_is_local, const string& key, Device* to_device,
Dtest_collective_executor_mgr.h32 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
Dring_gatherer_test.cc70 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
78 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
Dring_reducer_test.cc70 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
78 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
Dhierarchical_tree_broadcaster_test.cc166 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
173 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h249 bool peer_is_local, const string& key,