Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dstats_calculator.cc79 const double cdf_percentage = (cumulative_stat_on_node * 100.0f) / stat.sum(); in ColumnString() local
87 << avg_time_ms << ", " << percentage << "%, " << cdf_percentage in ColumnString()
96 InitField(stream, 7) << cdf_percentage << "%"; in ColumnString()