Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Drequest_gpu_info.cc57 GetGpuInfoFromDeviceDescription(info.opengl_info.renderer_name, in RequestGpuInfo()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_device.cc27 GetGpuInfoFromDeviceDescription(device_name, GpuApi::kMetal, &gpu_info); in CreateGpuInfoFromMetalDevice()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h396 void GetGpuInfoFromDeviceDescription(const std::string& gpu_description,
Dgpu_info.cc348 void GetGpuInfoFromDeviceDescription(const std::string& gpu_description, in GetGpuInfoFromDeviceDescription() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc139 GetGpuInfoFromDeviceDescription(gpu_description, GpuApi::kOpenCl, &info); in GpuInfoFromDeviceID()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.mm344 GetGpuInfoFromDeviceDescription(device_name, GpuApi::kMetal, &gpu_info);