Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc258 struct ConvCacheStats { struct
259 int64 cache_hits = 0;
260 int64 cache_misses = 0;
262 void LogStats() { in LogStats()