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

Function eager_run

tensorflow/tensorflow/python/framework/ops.py:5810–5835  ·  view source on GitHub ↗

Runs the program with an optional main function and argv list. The program will run with eager execution enabled. Example: ```python import tensorflow as tf # Import subject to future changes: from tensorflow.contrib.eager.python import tfe def main(_): u = tf.constant(6.0)

(main=None, argv=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

enable_eager_executionFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected