Home
last modified time | relevance | path

Searched refs:dev_to_dev_stream_index (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_rma_local.cc30 const DeviceLocality& client_locality, int dev_to_dev_stream_index, in RecvFromPeer() argument
42 dev_to_dev_stream_index, in RecvFromPeer()
58 dev_to_dev_stream_index, [hook, done](const Status& s) { in RecvFromPeer()
87 int dev_to_dev_stream_index, const StatusCallback& done) { in MemCpyAsync() argument
120 dst_attr, src, dst, dev_to_dev_stream_index, done); in MemCpyAsync()
Dcopy_tensor.h35 Tensor* output, int dev_to_dev_stream_index, StatusCallback done);
48 int dev_to_dev_stream_index, StatusCallback done);
Dcopy_tensor.cc187 int dev_to_dev_stream_index, StatusCallback done) { in CopyDeviceToDevice() argument
200 dev_to_dev_stream_index](StatusCallback wrapped_done_, in CopyDeviceToDevice()
216 dev_to_dev_stream_index, std::move(wrapped_done_)); in CopyDeviceToDevice()
241 dst_alloc_attr, input, output, dev_to_dev_stream_index, in CopyDeviceToDevice()
254 int dev_to_dev_stream_index, StatusCallback done) { in ViaDMA() argument
284 dev_to_dev_stream_index, std::move(done)); in ViaDMA()
Dcollective_rma_local.h44 int dev_to_dev_stream_index,
81 int dev_to_dev_stream_index,
Dtest_collective_executor_mgr.h36 int dev_to_dev_stream_index, in RecvFromPeer() argument
Dring_gatherer_test.cc71 int dev_to_dev_stream_index, in RecvFromPeer() argument
76 to_alloc_attr, to_tensor, client_locality, dev_to_dev_stream_index, in RecvFromPeer()
Dring_reducer_test.cc71 int dev_to_dev_stream_index, in RecvFromPeer() argument
76 to_alloc_attr, to_tensor, client_locality, dev_to_dev_stream_index, in RecvFromPeer()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc79 const DeviceLocality& client_locality, int dev_to_dev_stream_index, in RecvFromPeer() argument
84 to_alloc_attr, to_tensor, client_locality, dev_to_dev_stream_index, in RecvFromPeer()
99 to_device_ctx, to_tensor, dev_to_dev_stream_index, in RecvFromPeer()
138 to_tensor, dev_to_dev_stream_index, in RecvFromPeer()
Dcollective_rma_distributed.h40 int dev_to_dev_stream_index,
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_collective_executor_mgr.cc83 int dev_to_dev_stream_index, in RecvFromPeer() argument
88 to_alloc_attr, to_tensor, client_locality, dev_to_dev_stream_index, in RecvFromPeer()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.h97 int dev_to_dev_stream_index, StatusCallback done);
Dgpu_util.cc192 int dev_to_dev_stream_index, StatusCallback done) { in DeviceToDeviceCopy() argument
203 ->device_to_device_stream(dev_to_dev_stream_index); in DeviceToDeviceCopy()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h241 int dev_to_dev_stream_index,