o
    ðÇhc  ã                   @   s:   d dl Z d dlZd dlZG dd„ dejƒZee je _dS )é    Nc                   @   s&   e Zd Zedd„ ƒZejdd„ ƒZdS )Ú_Deterministicc                 C   s
   t j ¡ S )z—
        Whether to fill uninitialized memory with a known value when
        :meth:`torch.use_deterministic_algorithms()` is set to ``True``.
        )ÚtorchÚ_CÚ,_get_deterministic_fill_uninitialized_memory)Úself© r   úm/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/torch/utils/deterministic.pyÚfill_uninitialized_memory	   s   
z(_Deterministic.fill_uninitialized_memoryc                 C   s   t j |¡S )N)r   r   Ú,_set_deterministic_fill_uninitialized_memory)r   Úmoder   r   r   r	      s   N)Ú__name__Ú
__module__Ú__qualname__Úpropertyr	   Úsetterr   r   r   r   r      s
    
r   )ÚsysÚtypesr   Ú
ModuleTyper   Úmodulesr   Ú	__class__r   r   r   r   Ú<module>   s
   