a
    h>                     @   s6   d dl Z edddZedddZedddZdS )	    N)returnc                   C   s
   t j S )z_
    Return a human-readable string with descriptions of the
    configuration of PyTorch.
    )torch_CZ_show_config r   r   >/var/www/auris/lib/python3.9/site-packages/torch/__config__.pyshow   s    r   c                   C   s
   t j S )z1Returns the CXX_FLAGS used when building PyTorch.)r   r   
_cxx_flagsr   r   r   r   r      s    r   c                   C   s
   t j S )z5Returns detailed string with parallelization settings)r   r   Z_parallel_infor   r   r   r   parallel_info   s    r	   )r   strr   r   r	   r   r   r   r   <module>   s   