Add generic fx-graph serializer (NPTG) (#21032)#21032
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21032
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 9d88fa6 with merge base b20f16a ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@metascroy has exported this pull request. If you are a Meta employee, you can view the originating Diff in D111753288. |
SS-JIA
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
This PR needs a
|
digantdesai
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
Summary: Serialize a torch.fx graph to a standalone flatbuffer (native_graph.fbs, id "NFXG") and back: a topological node list with a tagged Argument union, tensor metadata side table, and by-reference constants (ConstantRef.fqn) whose bytes are shipped separately. Covers input/output classification, symbolic dims in list args, and a validate_graph() completeness check. Constants are never inlined. Differential Revision: D111753288
065febf to
f62ab23
Compare
Summary: Serialize a torch.fx graph to a standalone flatbuffer (native_graph.fbs, id "NFXG") and back: a topological node list with a tagged Argument union, tensor metadata side table, and by-reference constants (ConstantRef.fqn) whose bytes are shipped separately. Covers input/output classification, symbolic dims in list args, and a validate_graph() completeness check. Constants are never inlined. Differential Revision: D111753288
f62ab23 to
ed45cb9
Compare
Summary: Serialize a torch.fx graph to a standalone flatbuffer (native_graph.fbs, id "NFXG") and back: a topological node list with a tagged Argument union, tensor metadata side table, and by-reference constants (ConstantRef.fqn) whose bytes are shipped separately. Covers input/output classification, symbolic dims in list args, and a validate_graph() completeness check. Constants are never inlined. Differential Revision: D111753288
ed45cb9 to
e2e9061
Compare
Summary: Serialize a torch.fx graph to a standalone flatbuffer (native_graph.fbs, id "NFXG") and back: a topological node list with a tagged Argument union, tensor metadata side table, and by-reference constants (ConstantRef.fqn) whose bytes are shipped separately. Covers input/output classification, symbolic dims in list args, and a validate_graph() completeness check. Constants are never inlined. Differential Revision: D111753288
e2e9061 to
11a86cd
Compare
Summary: Serialize a torch.fx graph to a standalone flatbuffer (native_graph.fbs, id "NFXG") and back: a topological node list with a tagged Argument union, tensor metadata side table, and by-reference constants (ConstantRef.fqn) whose bytes are shipped separately. Covers input/output classification, symbolic dims in list args, and a validate_graph() completeness check. Constants are never inlined. Differential Revision: D111753288
11a86cd to
41a00d4
Compare
Summary: Serialize a torch.fx graph to a standalone flatbuffer (native_graph.fbs, id "NFXG") and back: a topological node list with a tagged Argument union, tensor metadata side table, and by-reference constants (ConstantRef.fqn) whose bytes are shipped separately. Covers input/output classification, symbolic dims in list args, and a validate_graph() completeness check. Constants are never inlined. Differential Revision: D111753288
41a00d4 to
237ac69
Compare
Summary: Serialize a torch.fx graph to a standalone flatbuffer (native_graph.fbs, id "NFXG") and back: a topological node list with a tagged Argument union, tensor metadata side table, and by-reference constants (ConstantRef.fqn) whose bytes are shipped separately. Covers input/output classification, symbolic dims in list args, and a validate_graph() completeness check. Constants are never inlined. Differential Revision: D111753288
237ac69 to
9d88fa6
Compare
Summary:
Serialize a torch.fx graph to a standalone flatbuffer (native_graph.fbs, id
"NFXG") and back: a topological node list with a tagged Argument union, tensor
metadata side table, and by-reference constants (ConstantRef.fqn) whose bytes are
shipped separately. Covers input/output classification, symbolic dims in list
args, and a validate_graph() completeness check. Constants are never inlined.
Differential Revision: D111753288