Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc37 GPUUtil::CopyGPUTensorToCPU(device, this, device_tensor, cpu_tensor, done); in CopyDeviceTensorToCPU()
Dgpu_util.h47 static void CopyGPUTensorToCPU(Device* gpu_device,
Dgpu_util.cc255 void GPUUtil::CopyGPUTensorToCPU(Device* gpu_device, in CopyGPUTensorToCPU() function in tensorflow::GPUUtil
399 CopyGPUTensorToCPU(gpu_device, device_context, &tensor, &copy, in Checksum()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma.cc967 GPUUtil::CopyGPUTensorToCPU(gpu_device, device_context, &dummy1, &dummy2, in StreamGPUOp()
1093 GPUUtil::CopyGPUTensorToCPU( in RecvHandler()