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

Function enable_eager_execution

tensorflow/tensorflow/python/framework/ops.py:5651–5719  ·  view source on GitHub ↗

Enables eager execution for the lifetime of this program. Eager execution provides an imperative interface to TensorFlow. With eager execution enabled, TensorFlow functions execute operations immediately (as opposed to adding to a graph to be executed later in a `tf.compat.v1.Session`) and

(config=None, device_policy=None,
                           execution_mode=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

eager_runFunction · 0.85

Calls 3

setMethod · 0.45
get_cellMethod · 0.45

Tested by

no test coverage detected