Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc142 Stat<double> host_compute_ms; in ComputeGenericStepTimeBreakdownInMs() local
164 host_compute_ms.UpdateStat(details.host_compute_ms()); in ComputeGenericStepTimeBreakdownInMs()
183 GetStepSummaryForSampleStats(host_compute_ms); in ComputeGenericStepTimeBreakdownInMs()
718 total_host_compute_ms += details.host_compute_ms(); in ComputeBottleneckAnalysis()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto72 double host_compute_ms = 8; field