Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc485 int64 reported_nodes = 0; in ReportAllocsOnResourceExhausted() local
497 if (++reported_nodes > kMaxAllocReportNodes || in ReportAllocsOnResourceExhausted()
506 int64 remain_nodes = dev_allocs_stats.total_nodes - reported_nodes; in ReportAllocsOnResourceExhausted()