Searched refs:CopyCPUTensorToGPU (Results 1 – 3 of 3) sorted by relevance
31 GPUUtil::CopyCPUTensorToGPU(cpu_tensor, this, device, device_tensor, done, in CopyCPUTensorToDevice()
88 static void CopyCPUTensorToGPU(const Tensor* cpu_tensor,
299 void GPUUtil::CopyCPUTensorToGPU(const Tensor* cpu_tensor, in CopyCPUTensorToGPU() function in tensorflow::GPUUtil