tf.executing_eagerly

TensorFlow 2 version View source on GitHub

Returns True if the current thread has eager execution enabled.

Eager execution is typically enabled via tf.compat.v1.enable_eager_execution, but may also be enabled within the context of a Python function via tf.contrib.eager.py_func.