Aliases:
tf.contrib.eager.executing_eagerlytf.contrib.eager.in_eager_modetf.executing_eagerly
tf.executing_eagerly()
Defined in tensorflow/python/eager/context.py.
Returns True if the current thread has eager execution enabled.
Eager execution is typically enabled via tf.enable_eager_execution,
but may also be enabled within the context of a Python function via
tf.contrib.eager.py_func.