Searched refs:ProcessStepStats (Results 1 – 7 of 7) sorted by relevance
38 %unignore tensorflow::StatSummarizer::ProcessStepStats;65 $self->ProcessStepStats(step_stats); in ProcessStepStatsStr()
74 stats.ProcessStepStats(run_metadata.step_stats()); in TEST()
58 void ProcessStepStats(const StepStats& step_stats);
130 void StatSummarizer::ProcessStepStats(const StepStats& step_stats) { in ProcessStepStats() function in tensorflow::StatSummarizer
67 s->ProcessStepStats(proto.step_stats()); in RUN_STATS_METHOD()
167 stat_summarizer->ProcessStepStats(step_stats);
314 stats->ProcessStepStats(step_stats); in RunBenchmark()