Home
last modified time | relevance | path

Searched refs:experimental_run_functions_eagerly (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Ddebugging.md24 ### Debugging `tf.function`: `tf.config.experimental_run_functions_eagerly`
27 `tf.config.experimental_run_functions_eagerly`. This will effectively run the
60 Adding a call to `tf.config.experimental_run_functions_eagerly` before executing
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.config.pbtxt40 name: "experimental_run_functions_eagerly"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.config.pbtxt40 name: "experimental_run_functions_eagerly"
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py342 def experimental_run_functions_eagerly(run_eagerly): function