Home
last modified time | relevance | path

Searched refs:out_allocator (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.cc52 Allocator* out_allocator, StringPiece edge_name, in CopyHostToDevice() argument
66 [dst, recv_dev_context, out_allocator, status_cb, cpu_allocator, in CopyHostToDevice()
71 CopyHostToDevice(&from, cpu_allocator, out_allocator, edge_name, in CopyHostToDevice()
86 *to = Tensor(out_allocator, from.dtype(), from.shape()); in CopyHostToDevice()
121 Allocator* cpu_allocator, Allocator* out_allocator, in CopyDeviceToDevice() argument
139 recv_dev_context, send_dev_context, out_allocator, status_cb, in CopyDeviceToDevice()
145 CopyDeviceToDevice(copy_function, cpu_allocator, out_allocator, in CopyDeviceToDevice()
161 *to = Tensor(out_allocator, from.dtype(), from.shape()); in CopyDeviceToDevice()
224 Allocator* out_allocator = dst->GetAllocator(dst_alloc_attr); in ViaDMA() local
234 CopyDeviceToDevice(ri.copy_function, cpu_allocator, out_allocator, in ViaDMA()
[all …]
Drendezvous_mgr.cc82 Allocator* out_allocator = dst_device->GetAllocator(attr); in SameWorkerRecvDone() local
99 Tensor copy(out_allocator, in.dtype(), in.shape(), aa); in SameWorkerRecvDone()
Dcopy_tensor.h73 Allocator* out_allocator, StringPiece edge_name,
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.cc267 Allocator* out_allocator = dst_device->GetAllocator(attr); in SameWorkerRecvDone() local
280 Tensor copy(out_allocator, in.dtype(), in.shape(), allocation_attr); in SameWorkerRecvDone()