Home
last modified time | relevance | path

Searched refs:sync_dst_compute (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.cc59 bool sync_dst_compute) { in CopyHostToDevice() argument
70 cpu_allocator, edge_name, sync_dst_compute, in CopyHostToDevice()
76 to, recv_dev_context, wrapped_done, sync_dst_compute); in CopyHostToDevice()
91 sync_dst_compute); in CopyHostToDevice()
118 sync_dst_compute); in CopyHostToDevice()
208 bool sync_dst_compute) { in ViaDMA() argument
265 sync_dst_compute](Status status) { in ViaDMA()
272 std::move(delete_and_done), sync_dst_compute); in ViaDMA()
293 sync_dst_compute); in ViaDMA()
Drendezvous_mgr.cc98 bool sync_dst_compute = true; in SameWorkerRecvDone() local
114 sync_dst_compute = false; in SameWorkerRecvDone()
129 out, 0 /*dev_to_dev_stream_index*/, std::move(done), sync_dst_compute); in SameWorkerRecvDone()
Dcopy_tensor.h49 bool sync_dst_compute = true);
Dgpu_device_context.h69 bool sync_dst_compute) const override;
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc30 bool sync_dst_compute) const { in CopyCPUTensorToDevice()
32 sync_dst_compute); in CopyCPUTensorToDevice()
Dgpu_util.h91 StatusCallback done, bool sync_dst_compute);
Dgpu_util.cc314 StatusCallback done, bool sync_dst_compute) { in CopyCPUTensorToGPU() argument
333 if (sync_dst_compute) { in CopyCPUTensorToGPU()
/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device_context.cc29 StatusCallback done, bool sync_dst_compute) const { in CopyCPUTensorToDevice()
31 cpu_tensor, this, device, device_tensor, done, sync_dst_compute); in CopyCPUTensorToDevice()
Dpluggable_device_util.h52 bool sync_dst_compute);
Dpluggable_device_util.cc224 bool sync_dst_compute) { in CopyCPUTensorToPluggableDevice() argument
244 if (sync_dst_compute) { in CopyCPUTensorToPluggableDevice()
Dpluggable_device_context.h54 bool sync_dst_compute) const override;
/external/tensorflow/tensorflow/core/tpu/
Dvirtual_device.cc29 bool sync_dst_compute) const override;
42 bool sync_dst_compute) const { in CopyCPUTensorToDevice()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.cc284 bool sync_dst_compute = (safe_alloc_frontier == 0); in SameWorkerRecvDone() local
289 if (!sync_dst_compute) { in SameWorkerRecvDone()
303 out, 0 /*dev_to_dev_stream_index*/, std::move(done), sync_dst_compute); in SameWorkerRecvDone()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.h67 bool sync_dst_compute) const override;
Dxla_device_context.cc118 bool sync_dst_compute) const { in CopyCPUTensorToDevice()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h81 bool sync_dst_compute = true) const {