Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.cc124 Device* dst, const AllocatorAttributes src_alloc_attr, in CopyDeviceToDevice() argument
138 [copy_function, cpu_allocator, src, dst, src_alloc_attr, dst_alloc_attr, in CopyDeviceToDevice()
147 src_alloc_attr, dst_alloc_attr, &from, to, in CopyDeviceToDevice()
163 src_alloc_attr, dst_alloc_attr, &from, to, in CopyDeviceToDevice()
191 copy_function(send_dev_context, recv_dev_context, src, dst, src_alloc_attr, in CopyDeviceToDevice()
202 Device* dst, const AllocatorAttributes src_alloc_attr, in ViaDMA() argument
212 src_alloc_attr.on_host() ? DEVICE_CPU : src->attributes().device_type()); in ViaDMA()
236 src_alloc_attr, dst_alloc_attr, input, output, in ViaDMA()
Dcopy_tensor.h33 Device* src, Device* dst, const AllocatorAttributes src_alloc_attr,
45 const AllocatorAttributes src_alloc_attr,
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.h95 Device* src, Device* dst, AllocatorAttributes src_alloc_attr,
Dgpu_util.cc189 Device* src, Device* dst, AllocatorAttributes src_alloc_attr, in DeviceToDeviceCopy() argument