Returns True if the current thread has eager execution enabled.
Aliases:
tf.compat.v1.executing_eagerly
tf.compat.v2.executing_eagerly
tf.executing_eagerly()
Used in the guide:
E
ag
er
e
xe
cu
ti
on
Used in the tutorials:
C
us
to
mt
r
ai
ni
ng
:w
a
lk
th
ro
ug
h``T
ex
tc
l
as
si
fi
ca
ti
on
w
it
hT
e
ns
or
Fl
ow
H
ub
:M
o
vi
er
e
vi
ew
s`` tf.compat.v1.enable_eager_executionEager execution is typically enabled via , but may also be enabled within the context of a Python function via tf.contrib.eager.py_func.