
    BVh                     .    d Z ddlmZ g dZ eee       y)a  Conversion of eager-style Python into TensorFlow graph code.

NOTE: In TensorFlow 2.0, AutoGraph is automatically applied when using
`tf.function`. This module contains lower-level APIs for advanced use.

AutoGraph transforms a subset of Python which operates on TensorFlow objects
into equivalent TensorFlow graph code. When executing the graph, it has the same
effect as if you ran the original code in eager mode.
Python code which doesn't operate on TensorFlow objects remains functionally
unchanged, but keep in mind that `tf.function` only executes such code at trace
time, and generally will not be consistent with eager execution.

For more information, see the
[AutoGraph reference documentation](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/index.md),
and the [tf.function guide](https://www.tensorflow.org/guide/function#autograph_transformations).
    )remove_undocumented)AutoGraphErrorConversionOptionsFeatureStackTraceMapperconvertconverted_calldo_not_convertto_codeto_graph	operatorsset_element_typeset_loop_optionsstacktensor_listutilsN)__doc__tensorflow.python.util.all_utilr   _allowed_symbols__name__     T/home/dcms/DCMS/lib/python3.12/site-packages/tensorflow/python/autograph/__init__.py<module>r      s%   " @ , H. /r   