[null,null,["Last updated 2023-10-06 UTC."],[],[],null,["# tf.config.experimental_run_functions_eagerly\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.14.0/tensorflow/python/eager/polymorphic_function/eager_function_run.py#L79-L102) |\n\nEnables / disables eager execution of [`tf.function`](../../tf/function)s. (deprecated)\n\n#### View aliases\n\n\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.config.experimental_run_functions_eagerly`](https://www.tensorflow.org/api_docs/python/tf/config/experimental_run_functions_eagerly)\n\n\u003cbr /\u003e\n\n tf.config.experimental_run_functions_eagerly(\n run_eagerly\n )\n\n| **Deprecated:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use [`tf.config.run_functions_eagerly`](../../tf/config/run_functions_eagerly) instead of the experimental version.\n\nCalling [`tf.config.experimental_run_functions_eagerly(True)`](../../tf/config/experimental_run_functions_eagerly) will make all\ninvocations of [`tf.function`](../../tf/function) run eagerly instead of running as a traced graph\nfunction.\n\nSee [`tf.config.run_functions_eagerly`](../../tf/config/run_functions_eagerly) for an example.\n| **Note:** This flag has no effect on functions passed into tf.data transformations as arguments. tf.data functions are never executed eagerly and are always executed as a compiled Tensorflow Graph.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|---------------|--------------------------------------------|\n| `run_eagerly` | Boolean. Whether to run functions eagerly. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| None ||\n\n\u003cbr /\u003e"]]