/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | collective_rma_distributed.cc | 77 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()
|
D | collective_rma_distributed.h | 38 bool peer_is_local, const string& key, Device* to_device,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | base_collective_executor.h | 123 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()
|
D | collective_rma_local.cc | 30 const string& peer_device, const string& peer_task, bool peer_is_local, in RecvFromPeer() argument 37 if (!peer_is_local) { in RecvFromPeer()
|
D | collective_rma_local.h | 44 bool peer_is_local, const string& key, Device* to_device,
|
D | test_collective_executor_mgr.h | 32 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
|
D | ring_gatherer_test.cc | 70 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()
|
D | ring_reducer_test.cc | 70 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()
|
D | hierarchical_tree_broadcaster_test.cc | 166 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/ |
D | collective.h | 249 bool peer_is_local, const string& key,
|