目录

Exporting to ExecuTorch

One of the important steps in getting your PyTorch programs ready for execution on an edge device is exporting them. This is achieved through the use of a PyTorch API called torch.export.

The torch.export documentation, which is part of the PyTorch core library, can be found in the Core PyTorch documentation set. Additionally, we provide a step-by-step tutorial that takes you through the process of exporting a PyTorch program, making it easier for you to understand and implement the process.

To learn more about exporting your model:

文档

访问 PyTorch 的全面开发人员文档

查看文档

教程

获取面向初学者和高级开发人员的深入教程

查看教程

资源

查找开发资源并解答您的问题

查看资源