Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc140 Stat<double> device_to_device_ms; in ComputeGenericStepTimeBreakdownInMs() local
162 device_to_device_ms.UpdateStat(details.device_to_device_ms()); in ComputeGenericStepTimeBreakdownInMs()
179 GetStepSummaryForSampleStats(device_to_device_ms); in ComputeGenericStepTimeBreakdownInMs()
716 total_device_to_device_ms += details.device_to_device_ms(); in ComputeBottleneckAnalysis()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto68 double device_to_device_ms = 7; field