
    &Vf                        d Z ddlmZ ddlmZ g dZ ej        d          d             Z ej        d          d             Z	 ej        d	          d
             Z
 ej        d          d             Zd Zej        ZdS )zETensorBoard is a webapp for understanding TensorFlow runs and graphs.    )lazy)version)__version__errorsnotebookprogramsummarytensorboard.errorsc                  4    dd l } |                     d          S )Nr   r
   	importlibimport_moduler   s    Q/var/www/html/software/conda/lib/python3.11/site-packages/tensorboard/__init__.pyr   r   J   s#    ""#7888    tensorboard.notebookc                  4    dd l } |                     d          S )Nr   r   r   r   s    r   r   r   Q   s#    ""#9:::r   tensorboard.programc                  4    dd l } |                     d          S )Nr   r   r   r   s    r   r   r   X   #    ""#8999r   tensorboard.summaryc                  4    dd l } |                     d          S )Nr   r   r   r   s    r   r	   r	   _   r   r   c                 :    t                               |            dS )zIPython API entry point.

    Only intended to be called by the IPython runtime.

    See:
      https://ipython.readthedocs.io/en/stable/config/extensions/index.html
    N)r   _load_ipython_extension)ipythons    r   load_ipython_extensionr   f   s     $$W-----r   N)__doc__tensorboardr   _lazyr   _version__all__	lazy_loadr   r   r   r	   r   VERSIONr    r   r   <module>r%      s   L K & % % % % % + + + + + +  h %&&9 9 '&9 '((; ; )(; &'': : (': &'': : (':. . . r   