Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_tf_stats.cc87 uint64 total_host_time_ps = host_tf_metrics_db.total_time_ps(); in GenerateTfStatsTable() local
89 total_host_time_ps -= IdleTimePs(host_tf_metrics_db); in GenerateTfStatsTable()
91 double total_host_time_us = PicosToMicros(total_host_time_ps); in GenerateTfStatsTable()