Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_overview_page.cc216 uint64 total_host_op_time_ps_exclude_idle = 0; in ComputeAnalysisResult() local
221 total_host_op_time_ps_exclude_idle += metrics.self_time_ps(); in ComputeAnalysisResult()
256 SafeDivide(eager_host_op_time_ps, total_host_op_time_ps_exclude_idle)); in ComputeAnalysisResult()