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.cc90 float threshold_4 = FLT_MAX; in GetRecommendedBlockSizeForConv() local
100 threshold_4 = 256.0f * 8.0f; in GetRecommendedBlockSizeForConv()
104 threshold_4 = 256.0f * 16.0f; in GetRecommendedBlockSizeForConv()
108 threshold_4 = 256.0f * 16.0f; in GetRecommendedBlockSizeForConv()
118 threshold_4 = 256.0f * 32.0f; in GetRecommendedBlockSizeForConv()
148 } else if (task_size_per_cu <= threshold_4) { in GetRecommendedBlockSizeForConv()