Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.h124 } else if (autotune_global_count_ >= max_autotune_global_count_) { in Insert()
145 autotune_global_count_++; in Insert()
166 autotune_global_count_ = 0; in AutoTuneMap()
197 int32 autotune_global_count_; variable