Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dstat_summarizer.i38 %unignore tensorflow::StatSummarizer::ProcessStepStats;
65 $self->ProcessStepStats(step_stats); in ProcessStepStatsStr()
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer_test.cc74 stats.ProcessStepStats(run_metadata.step_stats()); in TEST()
Dstat_summarizer.h58 void ProcessStepStats(const StepStats& step_stats);
Dstat_summarizer.cc130 void StatSummarizer::ProcessStepStats(const StepStats& step_stats) { in ProcessStepStats() function in tensorflow::StatSummarizer
/external/tensorflow/tensorflow/contrib/android/jni/
Drun_stats_jni.cc67 s->ProcessStepStats(proto.step_stats()); in RUN_STATS_METHOD()
/external/tensorflow/tensorflow/examples/ios/benchmark/
DBenchmarkViewController.mm167 stat_summarizer->ProcessStepStats(step_stats);
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc314 stats->ProcessStepStats(step_stats); in RunBenchmark()