Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.h87 iter->second.count <= max_autotune_count_)) { in Find()
104 iter->second.count <= max_autotune_count_) { in Insert()
163 max_autotune_count_ = std::max( in AutoTuneMap()
165 max_autotune_global_count_ = 2 * max_autotune_count_; in AutoTuneMap()
195 int32 max_autotune_count_; variable