Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc173 bool AdrenoInfo::IsAdreno6xx() const { in IsAdreno6xx() function in tflite::gpu::AdrenoInfo
190 return !compiler_bugs_in_a6xx && IsAdreno6xx(); in IsAdreno6xxOrHigher()
194 if (IsAdreno6xx()) { in GetMaximumWavesCount()
207 if (IsAdreno6xx()) { in GetRegisterMemorySizePerComputeUnit()
232 if (IsAdreno6xx()) { in GetWaveSize()
Dgpu_info.h108 bool IsAdreno6xx() const;
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc57 if (gpu_info.adreno_info.IsAdreno6xx()) { in IsRecommendedForWinograd4x4To6x6()