Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc465 int64 cur_bytes = 0; in ReportAllocsOnResourceExhausted() local
467 cur_bytes += r.alloc_bytes; in ReportAllocsOnResourceExhausted()
469 if (cur_bytes > 0) { in ReportAllocsOnResourceExhausted()
470 dev_allocs_stats.total_bytes += cur_bytes; in ReportAllocsOnResourceExhausted()
472 dev_allocs_stats.nodes_by_size[cur_bytes].push_back( in ReportAllocsOnResourceExhausted()