zfit.run.executing_eagerly#

run.executing_eagerly()#

Whether eager execution is enabled or not.

If inside a z.function decorated function and it is being compiled, this will return False.

Returns:

True if eager execution is enabled, False if not.