
    PgD                         d dl Z d Zd Zd Zy)    Nc                  >    t         j                  j                         S )z_
    Return a human-readable string with descriptions of the
    configuration of PyTorch.
    )torch_C_show_config     W/var/www/html/suriana-translation/venv/lib/python3.12/site-packages/torch/__config__.pyshowr
      s    
 88  ""r   c                  >    t         j                  j                         S )z1Returns the CXX_FLAGS used when building PyTorch.)r   r   
_cxx_flagsr   r   r	   r   r      s    88  r   c                  >    t         j                  j                         S )z5Returns detailed string with parallelization settings)r   r   _parallel_infor   r   r	   parallel_infor      s    88""$$r   )r   r
   r   r   r   r   r	   <module>r      s    #!
%r   