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.cc142 float threshold_1 = FLT_MAX; in GetRecommendedBlockSizeForConv() local
152 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
156 threshold_1 = 256.0f * 2.0f; in GetRecommendedBlockSizeForConv()
160 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
164 threshold_1 = 256.0f * 4.0f; in GetRecommendedBlockSizeForConv()
170 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
174 threshold_1 = 256.0f * 2.0f; in GetRecommendedBlockSizeForConv()
177 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
180 threshold_1 = 256.0f * 4.0f; in GetRecommendedBlockSizeForConv()
185 threshold_1 = 256.0f; in GetRecommendedBlockSizeForConv()
[all …]