Searched defs:step_stats (Results 1 – 14 of 14) sorted by relevance
76 StepStats step_stats; member
277 auto step_stats = StepStats(); in RetrieveLogs() local290 auto step_stats = StepStats(); in RetrieveLogs() local
168 std::vector<StepStats> step_stats; // per partition member
45 tensorflow::StepStats step_stats; in PYBIND11_MODULE() local
29 void PublishStatsProto(const StepStats& step_stats) override {} in PublishStatsProto()
206 StepStatsCollector::StepStatsCollector(StepStats* step_stats) in StepStatsCollector()529 void StepStatsCollector::FinalizeAndSwap(StepStats* step_stats) { in FinalizeAndSwap()
130 void StatSummarizer::ProcessStepStats(const StepStats& step_stats) { in ProcessStepStats()
283 StepStats step_stats = 2; field417 StepStats step_stats = 2; field
651 StepStats step_stats = 1; field
270 tensorflow::StepStats step_stats; in PYBIND11_MODULE() local
443 const auto& step_stats = run_metadata.step_stats(); in GetStatsStringFromRunMetadata() local
349 def __init__(self, step_stats, graph=None): argument
314 const StepStats& step_stats = run_metadata.step_stats(); in RunBenchmark() local
1074 def _save(self, step, save_path, step_stats): argument