Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc139 Stat<double> device_compute_ms; in ComputeGenericStepTimeBreakdownInMs() local
161 device_compute_ms.UpdateStat(details.device_compute_ms()); in ComputeGenericStepTimeBreakdownInMs()
177 GetStepSummaryForSampleStats(device_compute_ms); in ComputeGenericStepTimeBreakdownInMs()
715 total_device_compute_ms += details.device_compute_ms(); in ComputeBottleneckAnalysis()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto66 double device_compute_ms = 6; field