Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.cc55 bool sync_dst_compute) { in CopyHostToDevice() argument
67 edge_name, sync_dst_compute, wrapped_done = std::move(wrapped_done)]( in CopyHostToDevice()
73 sync_dst_compute); in CopyHostToDevice()
88 &from, dst, to, wrapped_done, sync_dst_compute); in CopyHostToDevice()
115 sync_dst_compute); in CopyHostToDevice()
206 bool sync_dst_compute) { in ViaDMA() argument
258 sync_dst_compute](Status status) { in ViaDMA()
265 std::move(delete_and_done), sync_dst_compute); in ViaDMA()
286 sync_dst_compute); in ViaDMA()
Drendezvous_mgr.cc83 bool sync_dst_compute = true; in SameWorkerRecvDone() local
97 sync_dst_compute = false; in SameWorkerRecvDone()
112 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.h64 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.cc302 StatusCallback done, bool sync_dst_compute) { in CopyCPUTensorToGPU() argument
321 if (sync_dst_compute) { in CopyCPUTensorToGPU()
/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.cc270 bool sync_dst_compute = (safe_alloc_frontier == 0); in SameWorkerRecvDone() local
275 if (!sync_dst_compute) { in SameWorkerRecvDone()
289 out, 0 /*dev_to_dev_stream_index*/, std::move(done), sync_dst_compute); in SameWorkerRecvDone()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.h65 bool sync_dst_compute) const override;
Dxla_device_context.cc117 bool sync_dst_compute) const { in CopyCPUTensorToDevice()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h80 bool sync_dst_compute = true) const {