Add backticks in the deprecation notice to link off automatically

PiperOrigin-RevId: 314338101
Change-Id: Id0640a9fd78cc265783f53b6ee4425d2330f9ecc
This commit is contained in:
Yash Katariya 2020-06-02 08:47:57 -07:00 committed by TensorFlower Gardener
parent 5d7c5237ab
commit 2c59f45f8f
1 changed files with 2 additions and 1 deletions

View File

@ -308,7 +308,8 @@ RUN_FUNCTIONS_EAGERLY = False
@deprecation.deprecated(
None,
"Use tf.config.run_functions_eagerly instead of the experimental version.")
"Use `tf.config.run_functions_eagerly` instead of the experimental "
"version.")
@tf_export("config.experimental_run_functions_eagerly")
def experimental_run_functions_eagerly(run_eagerly):
"""Enables / disables eager execution of `tf.function`s.