Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.h91 std::string GetStatsByMetric(const string& title, in GetStatsByMetric() function
94 return stats_calculator_->GetStatsByMetric(title, sorting_metric, in GetStatsByMetric()
Dstats_calculator.cc250 std::string StatsCalculator::GetStatsByMetric(const std::string& title, in GetStatsByMetric() function in tensorflow::StatsCalculator
279 stream << GetStatsByMetric("Run Order", BY_RUN_ORDER, in GetOutputString()
283 stream << GetStatsByMetric("Top by Computation Time", BY_TIME, in GetOutputString()
287 stream << GetStatsByMetric("Top by Memory Use", BY_MEMORY, in GetOutputString()
Dstats_calculator.h153 std::string GetStatsByMetric(const std::string& title,
/external/tensorflow/tensorflow/tools/android/inference_interface/jni/
Drun_stats_jni.cc77 ret << s->GetStatsByMetric("Top 10 CPU", tensorflow::StatsCalculator::BY_TIME, in RUN_STATS_METHOD()