Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc127 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()
Dcl_device.h31 enum class Vendor { QUALCOMM, MALI, POWERVR, NVIDIA, AMD, UNKNOWN }; enumerator
Dinference_context.cc214 if (vendor == Vendor::POWERVR) { in InitFromGraph()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h25 enum class GpuType { UNKNOWN, MALI, ADRENO, POWERVR, INTEL, NVIDIA }; enumerator
Dgpu_info.cc36 return GpuType::POWERVR; in GetGpuType()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/selectors/
Ddw_convolution_selector.cc83 case Vendor::POWERVR: in SelectDWConvolution()
Dfully_connected_selector.cc96 case Vendor::POWERVR: in SelectFullyConnected()
Dconvolution_transposed_selector.cc104 case Vendor::POWERVR: in SelectConvolutionTransposed()
Dconvolution_selector.cc108 case Vendor::POWERVR: in SelectConvolution()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Degl_environment.cc116 if (gpu_info_.type == GpuType::POWERVR) { in InitSurfacelessContext()