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.cc484 int64 reported_bytes = 0; in ReportAllocsOnResourceExhausted() local
493 reported_bytes += it->first; in ReportAllocsOnResourceExhausted()
498 reported_bytes >= in ReportAllocsOnResourceExhausted()
507 int64 remain_bytes = dev_allocs_stats.total_bytes - reported_bytes; in ReportAllocsOnResourceExhausted()