Ë
    ©sg  ã                   ó€   — U d Z ddlZddlZ ej                  e«      Zdddœdedededed	ef
d
„Z edd¬«      Z	ee
d<   y)zŠInternal feature flags for torch.onnx.

NOTE: These flags are experimental only. Any flag here can be removed at any
time without notice.
é    NF)Ú
deprecatedÚdefaultÚnameÚ	this_willr   r   Úreturnc                óÐ   — t        j                  | «      du }t        j                  | «      dk(  }|r0|rt        j                  d| «       nt        j	                  d| |«       |r|}|S )a$  Load a boolean flag from environment variable.

    Args:
        name: The name of the environment variable.
        this_will: A string that describes what this flag will do.
        deprecated: Whether this flag is deprecated.
        default: The default value if envvar not defined.
    NÚ1zKExperimental flag %s is deprecated. Please remove it from your environment.z.Experimental flag %s is enabled. This will %s.)ÚosÚgetenvÚloggerÚerrorÚwarning)r   r   r   r   Ú	undefinedÚstates         úD/var/www/html/venv/lib/python3.12/site-packages/torch/onnx/_flags.pyÚ_load_boolean_flagr      sd   € ô —	‘	˜$“ 4Ð'€IÜI‰Id‹O˜sÑ"€EÙÙÜL‰LØ]Øõô
 N‰NØ@À$È	ôñ ØˆØ€Ló    Ú!TORCH_ONNX_USE_EXPERIMENTAL_LOGICz7use ExportedProgram and the new torch.onnx export logic)r   ÚUSE_EXPERIMENTAL_LOGIC)Ú__doc__Úloggingr
   Ú	getLoggerÚ__name__r   ÚstrÚboolr   r   Ú__annotations__© r   r   ú<module>r      s~   ðòó Û 	ð 
ˆ×	Ñ	˜8Ó	$€ð ØòØ
ðð ðð ð	ð
 ðð 
óñ@  2Ø'ØGô Ð ˜ô r   