Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc88 float threshold_1 = FLT_MAX; in GetRecommendedBlockSizeForConv() local
98 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
102 threshold_1 = 256.0f * 2.0f; in GetRecommendedBlockSizeForConv()
106 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
110 threshold_1 = 256.0f * 4.0f; in GetRecommendedBlockSizeForConv()
116 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
120 threshold_1 = 256.0f * 2.0f; in GetRecommendedBlockSizeForConv()
123 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
126 threshold_1 = 256.0f * 4.0f; in GetRecommendedBlockSizeForConv()
131 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
[all …]