Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dreduce.cc77 const int wg_index = ordered_sizes.size() - 1 - i; in GetMaximumPossibleWGSize() local
78 if (wg_index >= 3) { in GetMaximumPossibleWGSize()
81 while (ordered_sizes[i] >= wg_size[wg_index] * 2) { in GetMaximumPossibleWGSize()
86 wg_size[wg_index] *= 2; in GetMaximumPossibleWGSize()