Home
last modified time | relevance | path

Searched refs:sync_dst_compute (Results 1 – 11 of 11) 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
257 sync_dst_compute](Status status) { in ViaDMA()
264 std::move(delete_and_done), sync_dst_compute); in ViaDMA()
285 sync_dst_compute); in ViaDMA()
Drendezvous_mgr.cc82 bool sync_dst_compute = true; in SameWorkerRecvDone() local
96 sync_dst_compute = false; in SameWorkerRecvDone()
105 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/distributed_runtime/
Dbase_rendezvous_mgr.cc285 bool sync_dst_compute = (safe_alloc_frontier == 0); in SameWorkerRecvDone() local
290 if (!sync_dst_compute) { in SameWorkerRecvDone()
304 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.cc115 bool sync_dst_compute) const { in CopyCPUTensorToDevice()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h83 bool sync_dst_compute = true) const {