Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc37 struct AllocStats { struct
443 std::map<std::pair<string, string>, AllocStats> allocs_map; in ReportAllocsOnResourceExhausted()
463 AllocStats& dev_allocs_stats = allocs_map[dev_allocator]; in ReportAllocsOnResourceExhausted()
483 const AllocStats& dev_allocs_stats = dev_allocs_it.second; in ReportAllocsOnResourceExhausted()