From 2b02f94fdc88fdc205829584ba419db6ebaebb1b Mon Sep 17 00:00:00 2001 From: alexliew Date: Tue, 17 Mar 2026 10:37:23 -0700 Subject: [PATCH] Update profiler.md Fix the reference to the input_pipeline_analyzer section. --- site/en/guide/profiler.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/en/guide/profiler.md b/site/en/guide/profiler.md index dee8a5a84a..dcc4aeea07 100644 --- a/site/en/guide/profiler.md +++ b/site/en/guide/profiler.md @@ -798,10 +798,10 @@ platform. ### Optimize the input data pipeline -Use the data from the [#input_pipeline_analyzer] to optimize your data input -pipeline. An efficient data input pipeline can drastically improve the speed of -your model execution by reducing device idle time. Try to incorporate the best -practices detailed in the +Use the data from the [input pipeline analyzer](#input_pipeline_analyzer) to +optimize your data input pipeline. An efficient data input pipeline can +drastically improve the speed of your model execution by reducing device idle +time. Try to incorporate the best practices detailed in the [Better performance with the tf.data API](https://www.tensorflow.org/guide/data_performance) guide and below to make your data input pipeline more efficient.