a
    7Sic-  ã                   @   s   d Z dadd„ Zdd„ ZdS )a÷  
This global flag controls whether to assign new tensors to the parameters
instead of changing the existing parameters in-place when converting an `nn.Module`
using the following methods:
1. `module.cuda()` / `.cpu()` (for moving `module` between devices)
2. `module.float()` / `.double()` / `.half()` (for converting `module` to a different dtype)
3. `module.to()` / `.type()` (for changing `module`'s device or dtype)
4. `module._apply(fn)` (for generic functions applied to `module`)

Default: False
Fc                 C   s   | a d S ©N©Ú&_overwrite_module_params_on_conversion)Úvalue© r   úL/var/www/html/django/DPS/env/lib/python3.9/site-packages/torch/__future__.pyÚ)set_overwrite_module_params_on_conversion   s    r   c                   C   s   t S r   r   r   r   r   r   Ú)get_overwrite_module_params_on_conversion   s    r   N)Ú__doc__r   r   r   r   r   r   r   Ú<module>   s   