o
    2hh
                     @   s   d Z ddlmZ dadadadaedg ddd Zedg dd	d
 Zedg ddd Z	edg ddd Z
dd Zdd Zdd Zdd ZdS )a  Interface that provides access to Keras dependencies.

This library is a common interface that contains Keras functions needed by
TensorFlow and TensorFlow Lite and is required as per the dependency inversion
principle (https://en.wikipedia.org/wiki/Dependency_inversion_principle). As per
this principle, high-level modules (eg: TensorFlow and TensorFlow Lite) should
not depend on low-level modules (eg: Keras) and instead both should depend on a
common interface such as this file.
    )	tf_exportNz+__internal__.register_call_context_function)v1c                 C      | a d S N_KERAS_CALL_CONTEXT_FUNCTIONfunc r
   \/var/www/html/chatgem/venv/lib/python3.10/site-packages/tensorflow/python/util/keras_deps.pyregister_call_context_function&      r   z,__internal__.register_clear_session_functionc                 C   r   r   _KERAS_CLEAR_SESSION_FUNCTIONr   r
   r
   r   register_clear_session_function,   r   r   z*__internal__.register_get_session_functionc                 C   r   r   _KERAS_GET_SESSION_FUNCTIONr   r
   r
   r   register_get_session_function2   r   r   z)__internal__.register_load_model_functionc                 C   r   r   _KERAS_LOAD_MODEL_FUNCTIONr   r
   r
   r   register_load_model_function8   r   r   c                   C      t S r   r   r
   r
   r
   r   get_call_context_function?      r   c                   C   r   r   r   r
   r
   r
   r   get_clear_session_functionD   r   r   c                   C   r   r   r   r
   r
   r
   r   get_get_session_functionI   r   r   c                   C   r   r   r   r
   r
   r
   r   get_load_model_functionN   r   r   )__doc__ tensorflow.python.util.tf_exportr   r   r   r   r   r   r   r   r   r   r   r   r   r
   r
   r
   r   <module>   s$   







