Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc31 GPUUtil::CopyCPUTensorToGPU(cpu_tensor, this, device, device_tensor, done, in CopyCPUTensorToDevice()
Dgpu_util.h88 static void CopyCPUTensorToGPU(const Tensor* cpu_tensor,
Dgpu_util.cc299 void GPUUtil::CopyCPUTensorToGPU(const Tensor* cpu_tensor, in CopyCPUTensorToGPU() function in tensorflow::GPUUtil