Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc51 static int64 cache_hits TF_GUARDED_BY(autotune_cache_mu) = 0;
246 int64 autotuning_requests = cache_hits + cache_misses; in DoGemmAutotune()
248 VLOG(2) << "Autotuning cache hits/(hits + misses): " << cache_hits << "/" in DoGemmAutotune()
253 cache_hits++; in DoGemmAutotune()
Dgpu_conv_algorithm_picker.cc259 int64 cache_hits = 0; member
263 VLOG(2) << "Cache hits: " << cache_hits; in LogStats()
304 autotune_cache_stats.cache_hits++; in PickBestAlgorithm()
/external/libwebsockets/lib/misc/
Ddiskcache.c71 uint64_t cache_hits; member
200 lds->cache_hits++; in lws_diskcache_query()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1358 unsigned cache_hits = 0; in anv_pipeline_compile_graphics() local
1376 cache_hits++; in anv_pipeline_compile_graphics()
1384 if (cache_hits == found) { in anv_pipeline_compile_graphics()