Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc89 float threshold_2 = FLT_MAX; in GetRecommendedBlockSizeForConv() local
99 threshold_2 = 256.0f * 4.0f; in GetRecommendedBlockSizeForConv()
103 threshold_2 = 256.0f * 8.0f; in GetRecommendedBlockSizeForConv()
107 threshold_2 = 256.0f * 6.0f; in GetRecommendedBlockSizeForConv()
111 threshold_2 = 256.0f * 16.0f; in GetRecommendedBlockSizeForConv()
117 threshold_2 = 256.0f * 3.0f; in GetRecommendedBlockSizeForConv()
121 threshold_2 = 256.0f * 8.0f; in GetRecommendedBlockSizeForConv()
124 threshold_2 = 256.0f * 8.0f; in GetRecommendedBlockSizeForConv()
132 threshold_2 = 256.0f * 4.0f; in GetRecommendedBlockSizeForConv()
135 threshold_2 = 256.0f * 4.0f; in GetRecommendedBlockSizeForConv()
[all …]