Searched defs:step_stats (Results 1 – 14 of 14) sorted by relevance
63 tensorflow::StepStats step_stats; in ProcessStepStatsStr() local
76 StepStats step_stats; member
150 auto step_stats = StepStats(); in RetrieveLogs() local163 auto step_stats = StepStats(); in RetrieveLogs() local
152 std::vector<StepStats> step_stats; // per partition member
29 void PublishStatsProto(const StepStats& step_stats) override {} in PublishStatsProto()
248 StepStats step_stats = 2; field367 StepStats step_stats = 2; field
405 StepStats step_stats = 1; field
314 tensorflow::StepStats step_stats; in TF_MeasureCosts() local
126 void StatSummarizer::ProcessStepStats(const StepStats& step_stats) { in ProcessStepStats()
418 const auto& step_stats = run_metadata.step_stats(); in GetStatsStringFromRunMetadata() local
349 def __init__(self, step_stats, graph=None): argument
279 const StepStats& step_stats = run_metadata.step_stats(); in RunBenchmark() local
895 def _save(self, step, save_path, step_stats): argument
859 auto* step_stats = ctx->run_metadata.mutable_step_stats(); in TFE_Execute() local