From fb173c22bd9e35df96828ee2a6273506902d456d Mon Sep 17 00:00:00 2001 From: Guillaume Klein Date: Mon, 15 Jun 2020 15:51:55 +0200 Subject: [PATCH] Fix docstring format of tf.executing_eagerly --- tensorflow/python/eager/context.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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():