Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc192 const protobuf::RepeatedPtrField<PerCoreStepInfo>& grouped_by_step) { in ComputeGenericInputPipelineAnalysisResult() argument
197 ComputeStepTimeSummaryInMs(grouped_by_step); in ComputeGenericInputPipelineAnalysisResult()
200 for (const auto& coreid_stepinfo_map : grouped_by_step) { in ComputeGenericInputPipelineAnalysisResult()
575 const protobuf::RepeatedPtrField<PerCoreStepInfo>& grouped_by_step) { in ComputeStepTimeSummaryInMs() argument
578 for (const auto& coreid_stepinfo_map : grouped_by_step) { in ComputeStepTimeSummaryInMs()
Dop_stats_to_input_pipeline_analysis.h48 grouped_by_step);