Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.h30 class GSYCLInterface {
35 GSYCLInterface() { in GSYCLInterface() function
87 ~GSYCLInterface() { in ~GSYCLInterface()
123 static const GSYCLInterface* instance() { in instance()
125 static const GSYCLInterface instance; in instance()
Dsycl_device_factory.cc29 auto syclInterface = GSYCLInterface::instance(); in CreateDevices()