Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions site/en/guide/profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down