You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename torch.onnx.ExportOutput* to ONNXProgram* (#112263)
Summary:
Since PyTorch 2.1, torch.export API was introduced and the term "export"
got overloaded due to the already existing torch.onnx.export API.
The torch.onnx.dynamo_export API was introduced on pyTorch 2.0 and it
exposed a torch.onnx.ExportOutput which now can be confused with
torch.export.export output
To prevent such ambiguity and standardize names around the new
torch.export.ExportedProgram, this PR renames torch.onnx.ExportOutput to
torch.onnx.ONNXProgram
X-link: pytorch/pytorch#112263
Approved by: https://github.com/BowenBao
ghstack dependencies: #112444
Reviewed By: PaliC
Differential Revision: D51057229
fbshipit-source-id: f43c1fa8d1820ad69df61ac9f8f84d5ec3995fbe
0 commit comments