Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h123 int GetWaveSize(bool full_wave) const;
Dgpu_info.cc225 GetWaveSize(full_wave) * register_footprint_per_tread; in GetMaximumWavesCount()
231 int AdrenoInfo::GetWaveSize(bool full_wave) const { in GetWaveSize() function in tflite::gpu::AdrenoInfo