Home
last modified time | relevance | path

Searched refs:GetMaximumWavesCount (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h114 int GetMaximumWavesCount() const;
120 int GetMaximumWavesCount(int register_footprint_per_tread,
Dgpu_info.cc193 int AdrenoInfo::GetMaximumWavesCount() const { in GetMaximumWavesCount() function in tflite::gpu::AdrenoInfo
222 int AdrenoInfo::GetMaximumWavesCount(int register_footprint_per_tread, in GetMaximumWavesCount() function in tflite::gpu::AdrenoInfo
228 return std::min(possible_waves_count, GetMaximumWavesCount()); in GetMaximumWavesCount()