Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc135 Stat<double> host_wait_input_ms; in ComputeGenericStepTimeBreakdownInMs() local
156 host_wait_input_ms.UpdateStat(details.host_wait_input_ms()); in ComputeGenericStepTimeBreakdownInMs()
158 input_ms.UpdateStat(details.host_wait_input_ms() + in ComputeGenericStepTimeBreakdownInMs()
171 GetStepSummaryForSampleStats(host_wait_input_ms); in ComputeGenericStepTimeBreakdownInMs()
239 SafeDivide(details.host_wait_input_ms() + details.host_to_device_ms(), in ComputeGenericInputPipelineAnalysisResult()
712 details.host_wait_input_ms() + details.host_to_device_ms(); in ComputeBottleneckAnalysis()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto59 double host_wait_input_ms = 11; field
61 // Total input time = host_wait_input_ms + host_to_device_ms.