Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc749 class ConcretePerOpGpuDevice : public PerOpGpuDevice { class
751 ConcretePerOpGpuDevice() : device_(&stream_device_) {} in ConcretePerOpGpuDevice() function in tensorflow::__anon0a6e82d20611::ConcretePerOpGpuDevice
933 ConcretePerOpGpuDevice* concrete_device = in ReinitializeDevice()
934 static_cast<ConcretePerOpGpuDevice*>(device); in ReinitializeDevice()
943 return new ConcretePerOpGpuDevice(); in MakeGpuDevice()