Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc113 StepSummary step_time_summary; in GetStepSummaryForSampleStats() local
125 step_time_summary.set_average(avg); in GetStepSummaryForSampleStats()
126 step_time_summary.set_standard_deviation(sdv); in GetStepSummaryForSampleStats()
127 step_time_summary.set_minimum(min); in GetStepSummaryForSampleStats()
128 step_time_summary.set_maximum(max); in GetStepSummaryForSampleStats()
129 return step_time_summary; in GetStepSummaryForSampleStats()
364 input_pipeline_analysis.step_time_summary().average(); in RatioOfHostToDeviceTimeToStepTime()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto155 StepSummary step_time_summary = 2; field