a
    7Sic'  ã                   @   s$   d dl Z dd„ Zdd„ Zdd„ ZdS )é    Nc                   C   s
   t j ¡ S )z_
    Return a human-readable string with descriptions of the
    configuration of PyTorch.
    )ÚtorchÚ_CÚ_show_config© r   r   úL/var/www/html/django/DPS/env/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   Ú_parallel_infor   r   r   r   Úparallel_info   s    r
   )r   r   r   r
   r   r   r   r   Ú<module>   s   
