Searched refs:IsAdreno6xx (Results 1 – 3 of 3) sorted by relevance
173 bool AdrenoInfo::IsAdreno6xx() const { in IsAdreno6xx() function in tflite::gpu::AdrenoInfo190 return !compiler_bugs_in_a6xx && IsAdreno6xx(); in IsAdreno6xxOrHigher()194 if (IsAdreno6xx()) { in GetMaximumWavesCount()207 if (IsAdreno6xx()) { in GetRegisterMemorySizePerComputeUnit()232 if (IsAdreno6xx()) { in GetWaveSize()
108 bool IsAdreno6xx() const;
57 if (gpu_info.adreno_info.IsAdreno6xx()) { in IsRecommendedForWinograd4x4To6x6()