Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc430 std::string* all_other_statement) { in AllOtherAnalysis() argument
433 *all_other_statement = ""; in AllOtherAnalysis()
438 *all_other_statement = in AllOtherAnalysis()
442 *all_other_statement = in AllOtherAnalysis()
446 *all_other_statement = ""; in AllOtherAnalysis()
770 std::string all_other_statement; in ComputeBottleneckAnalysis() local
772 &all_other_classification, &all_other_statement); in ComputeBottleneckAnalysis()
785 analysis.set_all_other_statement(all_other_statement); in ComputeBottleneckAnalysis()
Dop_stats_to_overview_page.cc168 generic.set_all_other_statement(bottleneck.all_other_statement()); in ComputeGenericRecommendation()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto32 string all_other_statement = 6; field
Doverview_page.proto86 string all_other_statement = 4; field