Home
last modified time | relevance | path

Searched refs:to_device (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc36 const string& key, Device* to_device, in RecvBufCall() argument
50 req_.set_dst_device(to_device->name()); in RecvBufCall()
77 const string& key, Device* to_device, DeviceContext* to_device_ctx, in RecvFromPeer() argument
83 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
98 auto recv_buf_callback = [this, state, peer_task, to_device, to_alloc_attr, in RecvFromPeer()
118 if (to_device->tensorflow_gpu_device_info()) { in RecvFromPeer()
137 to_device, cpu_attr, to_alloc_attr, cpu_tensor, in RecvFromPeer()
163 to_device, to_device_ctx, to_alloc_attr, in RecvFromPeer()
170 step_id_, peer_device, peer_task, key, to_device, to_device_ctx, in RecvFromPeer()
Dcollective_rma_distributed.h36 bool peer_is_local, const string& key, Device* to_device,
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_collective_executor_mgr.cc37 const string& key, Device* to_device, in RecvBufCall() argument
51 req_.set_dst_device(to_device->name()); in RecvBufCall()
79 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
87 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
102 auto recv_buf_callback = [this, state, peer_task, to_device, to_alloc_attr, in RecvFromPeer()
106 to_tensor, state->call->resp_.transport_options(), to_device, in RecvFromPeer()
119 to_device, to_device_ctx, to_alloc_attr, in RecvFromPeer()
126 step_id_, peer_device, peer_task, key, to_device, to_device_ctx, in RecvFromPeer()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_rma_local.cc28 const string& key, Device* to_device, DeviceContext* to_device_ctx, in RecvFromPeer() argument
41 key, [to_tensor, to_device_ctx, to_device, to_alloc_attr, in RecvFromPeer()
53 to_device, // dst Device in RecvFromPeer()
Dbase_collective_executor.h122 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
128 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
Dcollective_rma_local.h40 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.cc67 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
75 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
Dring_reducer_test.cc67 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
75 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
Dhierarchical_tree_broadcaster_test.cc163 bool peer_is_local, const string& key, Device* to_device, in RecvFromPeer() argument
170 peer_device, peer_task, peer_is_local, key, to_device, to_device_ctx, in RecvFromPeer()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc524 auto to_device = GetInstructionDevice(*channel.recv); in DumpCollectedStats() local
526 << " to_device=" << *to_device << " send=" << channel.send->name() in DumpCollectedStats()
531 *to_device)] += 1; in DumpCollectedStats()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc1577 auto to_device = DeviceFromContext(to); in CanEnablePeerAccess() local
1578 if (!to_device.ok()) { in CanEnablePeerAccess()
1580 << to_device.status(); in CanEnablePeerAccess()
1584 &can_access_peer, from_device.ValueOrDie(), to_device.ValueOrDie()); in CanEnablePeerAccess()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h237 Device* to_device, DeviceContext* to_device_ctx,
/external/tensorflow/tensorflow/python/eager/
Dcore_test.py707 def _send(self, tensor, tensor_name, to_device): argument
714 'recv_device', to_device,