Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc403 std::string* kernel_launch_classification, in KernelLaunchAnalysis() argument
406 *kernel_launch_classification = "high"; in KernelLaunchAnalysis()
415 *kernel_launch_classification = "moderate"; in KernelLaunchAnalysis()
423 *kernel_launch_classification = "no"; in KernelLaunchAnalysis()
764 std::string kernel_launch_classification; in ComputeBottleneckAnalysis() local
767 &kernel_launch_classification, &kernel_launch_statement); in ComputeBottleneckAnalysis()
782 analysis.set_kernel_launch_classification(kernel_launch_classification); in ComputeBottleneckAnalysis()
Dop_stats_to_overview_page.cc165 bottleneck.kernel_launch_classification()); in ComputeGenericRecommendation()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto25 string kernel_launch_classification = 3; field