
    ij                     r    d Z ddlZddlZ eed      xr	  eed      Zer ej
                         Zd Zd Zy)a|  If possible, exports all symbols with RTLD_GLOBAL.

Note that this file is only imported by pywrap_tensorflow.py if this is a static
build (meaning there is no explicit framework cc_binary shared object dependency
of _pywrap_tensorflow_internal.so). For regular (non-static) builds, RTLD_GLOBAL
is not necessary, since the dynamic dependencies of custom/contrib ops are
explicit.
    Ngetdlopenflagssetdlopenflagsc                  f    t         r+t        j                  t        t        j
                  z         y y N)_use_rtld_globalsysr   _default_dlopen_flagsctypesRTLD_GLOBAL     /var/www/html/emotional.easysim.app/public_html/venv/lib/python3.12/site-packages/tensorflow/python/pywrap_dlopen_global_flags.pyset_dlopen_flagsr   '   s$    ,v/A/AAB r   c                  D    t         rt        j                  t               y y r   )r   r   r   r	   r   r   r   reset_dlopen_flagsr   ,   s    ,- r   )	__doc__r
   r   hasattrr   r   r	   r   r   r   r   r   <module>r      sS     
 C!12 7%56 ,#,,.C
.r   