
    AVh
                     L    d Z ddlmZ ddlmZ d Zd Z edg       d        Zy	)
zTools to help with the TensorFlow 2.0 transition.

This module is meant for TensorFlow internal implementation, not for users of
the TensorFlow library. For that see tf.compat instead.
    )_pywrap_tf2)	tf_exportc                  .    t        j                  d       y )NTr   enable     E/home/dcms/DCMS/lib/python3.12/site-packages/tensorflow/python/tf2.pyr   r      s    Tr	   c                  .    t        j                  d       y )NFr   r   r	   r
   disabler      s    Ur	   z__internal__.tf2.enabled)v1c                  *    t        j                         S )N)r   
is_enabledr   r	   r
   enabledr   #   s     
			!!r	   N)__doc__tensorflow.python.platformr    tensorflow.python.util.tf_exportr   r   r   r   r   r	   r
   <module>r      s8    3 6

 %"-" ."r	   