| 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 |