Searched refs:GetMaximumWavesCount (Results 1 – 2 of 2) sorted by relevance
114 int GetMaximumWavesCount() const;120 int GetMaximumWavesCount(int register_footprint_per_tread,
193 int AdrenoInfo::GetMaximumWavesCount() const { in GetMaximumWavesCount() function in tflite::gpu::AdrenoInfo222 int AdrenoInfo::GetMaximumWavesCount(int register_footprint_per_tread, in GetMaximumWavesCount() function in tflite::gpu::AdrenoInfo228 return std::min(possible_waves_count, GetMaximumWavesCount()); in GetMaximumWavesCount()