Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc482 int64 reported_bytes = 0; in ReportAllocsOnResourceExhausted() local
491 reported_bytes += it->first; in ReportAllocsOnResourceExhausted()
496 reported_bytes >= in ReportAllocsOnResourceExhausted()
505 int64 remain_bytes = dev_allocs_stats.total_bytes - reported_bytes; in ReportAllocsOnResourceExhausted()