Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dwork_group_picking.cc135 int new_group_x = x * group.x; in GetMaxSizeWithMinPenalty() local
136 if (new_group_x * new_group_y > max_size) { in GetMaxSizeWithMinPenalty()
139 if (GetPenalty(size, int2(new_group_x, new_group_y)) == min_penalty) { in GetMaxSizeWithMinPenalty()
140 return int2(new_group_x, new_group_y); in GetMaxSizeWithMinPenalty()