Returns True if the current thread has eager execution enabled.
View aliases
Main aliases
`tf.contrib.eager.executing_eagerly`, `tf.contrib.eager.in_eager_mode`
Compat aliases for migrationSee Migration guide for more details.
tf.compat.v1.executing_eagerly
, `tf.compat.v2.executing_eagerly`
tf.executing_eagerly()
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.