Fix docstring format of tf.executing_eagerly

This commit is contained in:
Guillaume Klein 2020-06-15 15:51:55 +02:00
parent af52bd27dc
commit fb173c22bd

View File

@ -1877,9 +1877,8 @@ def executing_eagerly():
True
False
Inside `tf.function` after
Inside `tf.function` after `tf.config.run_functions_eagerly(True)` is called:
`tf.config.run_functions_eagerly(True)` is called:
>>> tf.config.run_functions_eagerly(True)
>>> @tf.function
... def fn():