Home
last modified time | relevance | path

Searched refs:CopyGPUTensorToSameGPU (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc46 GPUUtil::CopyGPUTensorToSameGPU(device, this, input_tensor, output_tensor, in CopyTensorInSameDevice()
Dgpu_util.h103 static void CopyGPUTensorToSameGPU(Device* gpu_device,
Dgpu_util.cc422 void GPUUtil::CopyGPUTensorToSameGPU(Device* gpu_device, in CopyGPUTensorToSameGPU() function in tensorflow::GPUUtil
Dgpu_device.cc756 GPUUtil::CopyGPUTensorToSameGPU(static_cast<Device*>(this), device_context, in CopyTensorInSameDevice()
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h92 GPUUtil::CopyGPUTensorToSameGPU( in Compute()