Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link of performance guide for the tf.data API #17741

Merged
merged 1 commit into from
Mar 15, 2018

Conversation

imsheridan
Copy link
Contributor

As you can see in the Performance Guide, the below here didn't link to the correct place with https://www.tensorflow.org/performance/performance_guide#datasets_performance due to datasets_performance.md is another file instead of an anchor inside current file.

The tf.data API utilizes C++ multi-threading and has a much lower overhead than the Python-based queue_runner that is limited by Python's multi-threading performance. A detailed performance guide for the tf.data API can be found here.

This PR is to fix the above broken link of performance guide for the tf.data API.

@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Mar 15, 2018
@frankchn frankchn merged commit 8fa59a7 into tensorflow:master Mar 15, 2018
StanislawAntol pushed a commit to StanislawAntol/tensorflow that referenced this pull request Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants