Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.h61 (iter->second.score < min_score_threshold_ && in Find()
78 } else if (iter->second.score < min_score_threshold_ && in Insert()
97 if (new_score >= min_score_threshold_) { in Insert()
104 min_score_threshold_ = 1; in AutoTuneMap()
108 strings::safe_strto32(threshold_str, &min_score_threshold_); in AutoTuneMap()
115 min_score_threshold_ = std::max(min_score_threshold_, 1); in AutoTuneMap()
117 5 * min_score_threshold_ * min_score_threshold_, min_warmup_iterations); in AutoTuneMap()
145 int32 min_score_threshold_; variable