Searched refs:POWERVR (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 127 return Vendor::POWERVR; in ParseVendor() 186 case Vendor::POWERVR: in VendorToString() 299 if (vendor == Vendor::POWERVR && !supports_fp16) { in DeviceInfo() 439 bool CLDevice::IsPowerVR() const { return info_.vendor == Vendor::POWERVR; } in IsPowerVR()
|
D | cl_device.h | 31 enum class Vendor { QUALCOMM, MALI, POWERVR, NVIDIA, AMD, UNKNOWN }; enumerator
|
D | inference_context.cc | 214 if (vendor == Vendor::POWERVR) { in InitFromGraph()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | gpu_info.h | 25 enum class GpuType { UNKNOWN, MALI, ADRENO, POWERVR, INTEL, NVIDIA }; enumerator
|
D | gpu_info.cc | 36 return GpuType::POWERVR; in GetGpuType()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/selectors/ |
D | dw_convolution_selector.cc | 83 case Vendor::POWERVR: in SelectDWConvolution()
|
D | fully_connected_selector.cc | 96 case Vendor::POWERVR: in SelectFullyConnected()
|
D | convolution_transposed_selector.cc | 104 case Vendor::POWERVR: in SelectConvolutionTransposed()
|
D | convolution_selector.cc | 108 case Vendor::POWERVR: in SelectConvolution()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | egl_environment.cc | 116 if (gpu_info_.type == GpuType::POWERVR) { in InitSurfacelessContext()
|