Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc131 GpuInfo GpuInfoFromDeviceID(cl_device_id id) { in GpuInfoFromDeviceID() function
246 : info_(GpuInfoFromDeviceID(id)), id_(id), platform_id_(platform_id) { in CLDevice()