Suggest the tf.data tool in the overview page.

PiperOrigin-RevId: 338308845
Change-Id: I8d70e4cd64db37e2ed45641aadf769431629f906
This commit is contained in:
Jiho Choi 2020-10-21 11:51:17 -07:00 committed by TensorFlower Gardener
parent cb0d520b49
commit 83375dadd6

View File

@ -72,6 +72,9 @@ void ComputeHostTips(OverviewPageRecommendation* re) {
*re->add_host_tips() = MakeOverviewPageTip(
"input_pipeline_analyzer (especially Section 3 for the breakdown of "
"input operations on the Host)");
*re->add_host_tips() = MakeOverviewPageTip(
"tf_data_bottleneck_analysis (find the bottleneck in the tf.data input "
"pipeline)");
*re->add_host_tips() = MakeOverviewPageTip(
"trace_viewer (look at the activities on the timeline of each Host "
"Thread near the bottom of the trace view)");