Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_overview_page.cc248 uint64 num_total_tf_ops = num_host_tf_ops + num_device_tf_ops; in ComputeAnalysisResult() local
250 100.0 * SafeDivide(num_host_tf_ops, num_total_tf_ops)); in ComputeAnalysisResult()
252 100.0 * SafeDivide(num_device_tf_ops, num_total_tf_ops)); in ComputeAnalysisResult()