
    sg                    $    d dl mZ  G d d      Zy)    )annotationsc                       e Zd ZdZdZdZdZdZy)ExportTypesz'Specifies how the ONNX model is stored.z+Saves model in the specified protobuf file.z5Saves model in the specified ZIP file (uncompressed).z3Saves model in the specified ZIP file (compressed).z$Saves model in the specified folder.N)__name__
__module____qualname____doc__PROTOBUF_FILEZIP_ARCHIVECOMPRESSED_ZIP_ARCHIVE	DIRECTORY     N/var/www/html/venv/lib/python3.12/site-packages/torch/onnx/_exporter_states.pyr   r      s    1 BMIKR6Ir   r   N)
__future__r   r   r   r   r   <module>r      s    "7 7r   