Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h109 bool IsAdreno6xxOrHigher() const;
Dgpu_info.cc189 bool AdrenoInfo::IsAdreno6xxOrHigher() const { in IsAdreno6xxOrHigher() function in tflite::gpu::AdrenoInfo
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.cc189 if (gpu_info.adreno_info.IsAdreno6xxOrHigher()) { in GetFastestStorageType()