o
    i                     @   s>   d dl ZdefddZdeddfddZdeddfd	d
ZdS )    Nreturnc                   C   s   t jj S )z)Get the config used to force LTC fallback)torch_C_lazy_get_force_fallback r   r   T/sda-disk/www/egybert/egybert_env/lib/python3.10/site-packages/torch/_lazy/config.pyget_force_fallback   s   r	   	configvalc                 C      t jj|  dS )z)Set the config used to force LTC fallbackN)r   r   r   _set_force_fallback)r
   r   r   r   set_force_fallback	      r   valc                 C   r   )z3Set the config to reuse IR nodes for faster tracingN)r   r   r   _set_reuse_ir)r   r   r   r   set_reuse_ir   r   r   )torch._C._lazyr   strr	   r   boolr   r   r   r   r   <module>   s    