Merge pull request #40473 from guillaumekln:fix-executing-eagerly-format

PiperOrigin-RevId: 316722699
Change-Id: If45f9bc9e9509ac310a794312fa11bced6f501ed
This commit is contained in:
TensorFlower Gardener 2020-06-16 11:41:10 -07:00
commit f55ffa1ab2

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():