Searched refs:threshold_str (Results 1 – 1 of 1) sorted by relevance
152 const char* threshold_str = getenv("TF_AUTOTUNE_THRESHOLD"); in AutoTuneMap() local153 if (threshold_str != nullptr) { in AutoTuneMap()154 VLOG(1) << "TF_AUTOTUNE_THRESHOLD = " << threshold_str; in AutoTuneMap()155 strings::safe_strto32(threshold_str, &min_score_threshold_); in AutoTuneMap()