Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 741 Bytes

export.rst

File metadata and controls

33 lines (25 loc) · 741 Bytes

torch.export

Warning

This feature is a prototype and may have compatibility breaking changes in the future.

.. automodule:: torch.export
.. autofunction:: export
.. autofunction:: dynamic_dim
.. autofunction:: constrain_as_size
.. autofunction:: constrain_as_value
.. autofunction:: save
.. autofunction:: load
.. autoclass:: Constraint
.. autoclass:: ExportedProgram

    .. automethod:: module

.. autoclass:: ExportBackwardSignature
.. autoclass:: ExportGraphSignature
.. autoclass:: ArgumentKind
.. autoclass:: ArgumentSpec
.. autoclass:: ModuleCallSignature
.. autoclass:: ModuleCallEntry


.. toctree::
   :glob:
   :maxdepth: 1

   generated/exportdb/index