Merge pull request #40473 from guillaumekln:fix-executing-eagerly-format
PiperOrigin-RevId: 316722699 Change-Id: If45f9bc9e9509ac310a794312fa11bced6f501ed
This commit is contained in:
commit
f55ffa1ab2
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user