Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dreduce.cc75 int wg_size_total = 1; in GetMaximumPossibleWGSize() local
82 wg_size_total *= 2; in GetMaximumPossibleWGSize()
83 if (wg_size_total > max_total_wg_size) { in GetMaximumPossibleWGSize()