MCPcopy Create free account
hub / github.com/alibaba/nann / executing_eagerly

Function executing_eagerly

tensorflow/tensorflow/python/eager/context.py:1592–1602  ·  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.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

in_eager_modeFunction · 0.85
shared_nameFunction · 0.85
_tmp_in_graph_modeFunction · 0.85

Calls 3

context_safeFunction · 0.85
contextFunction · 0.85
executing_eagerlyMethod · 0.80

Tested by

no test coverage detected