Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dop_stats_to_input_pipeline_analysis.cc581 double max_per_step_stats_in_ms = 0.0; in ComputeStepTimeSummaryInMs() local
586 max_per_step_stats_in_ms = std::max(step_info.duration_ps() / kNumPsPerMs, in ComputeStepTimeSummaryInMs()
587 max_per_step_stats_in_ms); in ComputeStepTimeSummaryInMs()
590 total_step_stats_in_ms.UpdateStat(max_per_step_stats_in_ms); in ComputeStepTimeSummaryInMs()