Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc144 float threshold_4 = FLT_MAX; in GetRecommendedBlockSizeForConv() local
154 threshold_4 = 256.0f * 8.0f; in GetRecommendedBlockSizeForConv()
158 threshold_4 = 256.0f * 16.0f; in GetRecommendedBlockSizeForConv()
162 threshold_4 = 256.0f * 16.0f; in GetRecommendedBlockSizeForConv()
172 threshold_4 = 256.0f * 32.0f; in GetRecommendedBlockSizeForConv()
202 } else if (task_size_per_cu <= threshold_4) { in GetRecommendedBlockSizeForConv()