Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc39 GPUUtil::CopyGPUTensorToCPU(device, this, device_tensor, cpu_tensor, done); in CopyDeviceTensorToCPU()
Dgpu_util.h47 static void CopyGPUTensorToCPU(Device* gpu_device,
Dgpu_util.cc254 void GPUUtil::CopyGPUTensorToCPU(Device* gpu_device, in CopyGPUTensorToCPU() function in tensorflow::GPUUtil
399 CopyGPUTensorToCPU(gpu_device, device_context, &tensor, &copy, in Checksum()