Home
last modified time | relevance | path

Searched defs:ConvCacheStats (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_conv_algorithm_picker.cc312 struct ConvCacheStats { struct
313 int64_t cache_hits = 0;
314 int64_t cache_misses = 0;
316 void LogStats() { in LogStats()