COMMITS
/ exir/serde/serialize.py May 14, 2025
M
[jit] Remove more reference to TorchScript (#10856)
Mengwei Liu committed
March 24, 2025
T
Fix exir.load/save to handle named data store map
Tarun Karuturi committed
August 8, 2024
S
Remove Proxy from exported programs and modules
Shangdi Yu committed
August 6, 2024
S
More robust DCE pass (#4565)
Shangdi Yu committed
July 17, 2024
T
Update serializer to sync with export serializer (#4264)
Tarun Karuturi committed
July 15, 2024
Z
Removed deprecated dialect field from EP schema. [1/2] (#4254)
Zhengxu Chen committed
July 11, 2024
Z
Expand verifier to be multiple on ExportedProgram (#4184)
Zhengxu Chen committed
June 12, 2024
M
Fix Pyre problems in executorch (#3955)
Mergen Nachin committed
April 17, 2024
T
Load missing state dict in edge program serialization (#3076)
Tarun Karuturi committed
April 16, 2024
O
ETRecord ser/de handling "None" outputs and more (#3039)
Olivia Liu committed
April 12, 2024
T
Add exir.save and exir.load with export_serialize (#3000)
Tarun Karuturi committed
February 7, 2024
A
Fix lifting constants (#1862)
Angela Yi committed
February 2, 2024
A
Remove calls to torch._export (#1804)
Angela Yi committed
January 6, 2024
A
Remove use of equality_constraints (#1472)
Angela Yi committed
January 3, 2024
Z
Update schema versioning format. (#1491)
Zhengxu Chen committed
Z
Improve serialization of union types. (#1502)
Zhengxu Chen committed
December 14, 2023
A
Fix lint (#1422)
Angela Yi committed
December 12, 2023
A
Update executorch serialization (#1397)
Angela Yi committed
November 22, 2023
A
Update schema (#1245)
Angela Yi committed
November 15, 2023
A
Move lifted tensors out of state_dict (#1210)
Angela Yi committed
November 8, 2023
Z
Enable verifier [2/n] (#1155)
Zhengxu Chen committed
October 17, 2023
Z
Fix lint error. (#990)
Zhengxu Chen committed
Z
Remove call_spec argument from ExportedProgram ctor. (#981)
Zhengxu Chen committed
October 15, 2023
T
Fix lint errors (#915)
Tarun Karuturi committed
October 13, 2023
Z
Update serialization schema to input/output specs. (#845)
Zhengxu Chen committed
Z
Reland "Fix graph signature data model to list of specs." (#866)
Zhengxu Chen committed
October 12, 2023
D
Revert D49876258: Fix graph signature data model to list of specs.
Danylo Baibak committed
Z
Fix graph signature data model to list of specs. (#836)
Zhengxu Chen committed
September 24, 2023
M
Replace Executorch with ExecuTorch, Part 5/N (#469)
Mergen Nachin committed
September 14, 2023
T
Bug fix in node.metadata deserialization for edge ops (#299)
Tarun Karuturi committed
September 5, 2023
G
suppress errors in `executorch` (#207)
generatedunixname89002005307016 committed
August 30, 2023
A
Fix serialization due to OSS schema changes (#155)
Angela Yi committed
August 23, 2023
A
Add schema version to serializer/deserializer (#107420)
angelayi (Meta Employee) committed
August 22, 2023
T
Deserialize operator args even if operator wasn't found
Tarun Karuturi committed
T
Support graphs which return get_attr nodes directly as output
Tarun Karuturi committed
August 14, 2023
T
Add support for backend dialect in serde
Tarun Karuturi committed
Z
Fix test boltnn test failure.
Zhengxu Chen committed
August 11, 2023
Z
Support preserving calling convention to some modules.
Zhengxu Chen committed
August 8, 2023
C
move backend aot api to exir
Chen Lai committed
August 2, 2023
T
Support get_attr in lists that are inputs to nodes
Tarun Karuturi committed
T
Add support for edge dialect ops in exir/serde
Tarun Karuturi committed
July 31, 2023
F
Initial commit
facebook-github-bot committed