Remove calls to torch._export (#1804)
Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/1804 Replaced calls of `torch._export.ExportedProgram` to `torch.export.ExportedProgram` and `torch._export.export` to `torch.export.export`. This should be a noop since `torch._export.ExportedProgram` points to `torch.export.ExportedProgram` and `torch._export.export` points to `torch.export.export`? Reviewed By: tarun292 Differential Revision: D53316195 Privacy Context Container: L1124100 fbshipit-source-id: 2636bbec423861eb2af3d5b74ac142d699747282
A
Angela Yi committed
f20beee54f23b3035d8d8afeb41006a8deb809b4
Parent: 7ba9b0d
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 2/2/2024, 6:48:14 AM