Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.h152 const char* threshold_str = getenv("TF_AUTOTUNE_THRESHOLD"); in AutoTuneMap() local
153 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()