Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc246 int64 autotuning_requests = cache_hits + cache_misses; in DoGemmAutotune() local
247 if (autotuning_requests && autotuning_requests % 10 == 0) { in DoGemmAutotune()
249 << autotuning_requests; in DoGemmAutotune()