Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc429 std::string* all_other_classification, in AllOtherAnalysis() argument
432 *all_other_classification = "no"; in AllOtherAnalysis()
437 *all_other_classification = "high"; in AllOtherAnalysis()
441 *all_other_classification = "moderate"; in AllOtherAnalysis()
445 *all_other_classification = "no"; in AllOtherAnalysis()
769 std::string all_other_classification; in ComputeBottleneckAnalysis() local
772 &all_other_classification, &all_other_statement); in ComputeBottleneckAnalysis()
784 analysis.set_all_other_classification(all_other_classification); in ComputeBottleneckAnalysis()
Dop_stats_to_overview_page.cc167 generic.set_all_other_bottleneck(bottleneck.all_other_classification()); in ComputeGenericRecommendation()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto30 string all_other_classification = 5; field