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.h86 (iter->second.score < min_score_threshold_ && in Find()
103 } else if (iter->second.score < min_score_threshold_ && in Insert()
122 if (new_score >= min_score_threshold_) { in Insert()
131 for (int i = 0; i < min_score_threshold_; ++i) { in Insert()
135 std::make_pair(params, ValueType{config, min_score_threshold_, 1})); in Insert()
137 int promotes_times = min_score_threshold_ - winner->second.score; in Insert()
141 winner->second.score = min_score_threshold_; in Insert()
150 min_score_threshold_ = 1; in AutoTuneMap()
155 strings::safe_strto32(threshold_str, &min_score_threshold_); in AutoTuneMap()
162 min_score_threshold_ = std::max(min_score_threshold_, 1); in AutoTuneMap()
[all …]