Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dop_stats_to_input_pipeline_analysis.cc140 Stat<double> device_compute_ms; in ComputeGenericStepTimeBreakdownInMs() local
162 device_compute_ms.UpdateStat(details.device_compute_ms()); in ComputeGenericStepTimeBreakdownInMs()
178 GetStepSummaryForSampleStats(device_compute_ms); in ComputeGenericStepTimeBreakdownInMs()
717 total_device_compute_ms += details.device_compute_ms(); in ComputeBottleneckAnalysis()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dinput_pipeline.proto68 double device_compute_ms = 6; field