Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.h81 PerOpGpuDevice* MakeGpuDevice() override { in MakeGpuDevice() function
82 return underlying_->MakeGpuDevice(); in MakeGpuDevice()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h218 virtual PerOpGpuDevice* MakeGpuDevice() { return nullptr; } in MakeGpuDevice() function
Dop_kernel.h611 eigen_gpu_device = device->MakeGpuDevice(); in ensure_eigen_gpu_device()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h94 PerOpGpuDevice* MakeGpuDevice() override;
Dgpu_device.cc942 PerOpGpuDevice* BaseGPUDevice::MakeGpuDevice() { in MakeGpuDevice() function in tensorflow::BaseGPUDevice