Add backticks in the deprecation notice to link off automatically
PiperOrigin-RevId: 314338101 Change-Id: Id0640a9fd78cc265783f53b6ee4425d2330f9ecc
This commit is contained in:
parent
5d7c5237ab
commit
2c59f45f8f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue