Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc504 int64 remain_nodes = dev_allocs_stats.total_nodes - reported_nodes; in ReportAllocsOnResourceExhausted() local
506 if (remain_nodes > 0) { in ReportAllocsOnResourceExhausted()
507 strings::StrAppend(&report, " Remaining ", remain_nodes, " nodes with ", in ReportAllocsOnResourceExhausted()