diff --git a/tensorflow/python/eager/context.py b/tensorflow/python/eager/context.py index b01f0795c72..4560c3b634e 100644 --- a/tensorflow/python/eager/context.py +++ b/tensorflow/python/eager/context.py @@ -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():