Home
last modified time | relevance | path

Searched defs:input_percent (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto11 double input_percent = 7; field
159 double input_percent = 11; field
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc621 bool InputAnalysis(double input_percent, double all_other_percent, in InputAnalysis()
737 double input_percent = 100.0 * total_input_ms / total_step_time_ms; in ComputeBottleneckAnalysis() local