Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dstat_summarizer.i40 %unignore tensorflow::StatSummarizer::PrintStepStats;
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.h71 void PrintStepStats() const;
Dstat_summarizer.cc81 void StatSummarizer::PrintStepStats() const { in PrintStepStats() function in tensorflow::StatSummarizer
/external/tensorflow/tensorflow/examples/ios/benchmark/
DBenchmarkViewController.mm168 stat_summarizer->PrintStepStats();
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc607 stats->PrintStepStats(); in Main()