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.cc483 int64 reported_nodes = 0; in ReportAllocsOnResourceExhausted() local
495 if (++reported_nodes > kMaxAllocReportNodes || in ReportAllocsOnResourceExhausted()
504 int64 remain_nodes = dev_allocs_stats.total_nodes - reported_nodes; in ReportAllocsOnResourceExhausted()