Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc609 result.set_idle_percent(bottleneck_analysis.idle_percent()); in ConvertOpStatsToInputPipelineAnalysis()
745 double idle_percent = in ComputeBottleneckAnalysis() local
777 analysis.set_idle_percent(idle_percent); in ComputeBottleneckAnalysis()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto15 double idle_percent = 9; field
163 double idle_percent = 14; field
/external/autotest/site_utils/
Dlab_inventory.py788 idle_percent = int(round(100.0 * nidle / ntotal))
789 working_percent = 100 - broken_percent - idle_percent
794 nidle, idle_percent,