Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.h96 PerOpGpuDevice* MakeGpuDevice() override { in MakeGpuDevice() function
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h216 virtual PerOpGpuDevice* MakeGpuDevice() { return nullptr; } in MakeGpuDevice() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dlight_outside_compilation.cc312 PerOpGpuDevice* MakeGpuDevice() override { in MakeGpuDevice() function in tensorflow::__anonfdc132ad0311::TfCallbackDevice
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1171 PerOpGpuDevice* BaseGPUDevice::MakeGpuDevice() { in MakeGpuDevice() function in tensorflow::BaseGPUDevice