Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dinput_pipeline.proto11 double input_percent = 7; field
161 double input_percent = 11; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dop_stats_to_input_pipeline_analysis.cc623 bool InputAnalysis(double input_percent, double all_other_percent, in InputAnalysis()
739 double input_percent = 100.0 * total_input_ms / total_step_time_ms; in ComputeBottleneckAnalysis() local