mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/107940 Approved by: https://github.com/tugsbayasgalan
34 lines
741 B
ReStructuredText
34 lines
741 B
ReStructuredText
torch.export
|
|
=====================
|
|
|
|
.. TODO: Add torch.export() tutorial here.
|
|
|
|
.. 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
|