Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc143 Stat<double> host_prepare_ms; in ComputeGenericStepTimeBreakdownInMs() local
165 host_prepare_ms.UpdateStat(details.host_prepare_ms()); in ComputeGenericStepTimeBreakdownInMs()
185 GetStepSummaryForSampleStats(host_prepare_ms); in ComputeGenericStepTimeBreakdownInMs()
714 total_host_prepare_ms += details.host_prepare_ms(); in ComputeBottleneckAnalysis()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto74 double host_prepare_ms = 9; field