Home
last modified time | relevance | path

Searched defs:MakeGpuDevice (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.h81 PerOpGpuDevice* MakeGpuDevice() override { in MakeGpuDevice() function
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h218 virtual PerOpGpuDevice* MakeGpuDevice() { return nullptr; } in MakeGpuDevice() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc942 PerOpGpuDevice* BaseGPUDevice::MakeGpuDevice() { in MakeGpuDevice() function in tensorflow::BaseGPUDevice