-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Update proto to add metadata props #5938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5938 +/- ##
=======================================
Coverage 56.64% 56.65%
=======================================
Files 506 506
Lines 30201 30203 +2
Branches 4558 4558
=======================================
+ Hits 17108 17110 +2
Misses 12268 12268
Partials 825 825 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
@gramalingam @justinchuby can you share a few sample files showing how this is used? |
@lutzroeder : the standard does not define any specific metadata, and it is upto users how they use this. This is to address requests by users to store extra data, for example layer-information for nodes. |
@gramalingam is there a way to link to these requests? I'm trying to understand potential usage patterns. |
Followup of #5938 to add similar metadata field to ValueInfoProto as well. --------- Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Followup of onnx#5938 to add similar metadata field to ValueInfoProto as well. --------- Signed-off-by: Ganesan Ramalingam <grama@microsoft.com> Signed-off-by: isdanni <leedanni@gmail.com>
Update proto to add metadata props to NodeProto, GraphProto, and FunctionProto to store extra metadata in those structures. --------- Signed-off-by: Ganesan Ramalingam <grama@microsoft.com> Signed-off-by: Linsho Kaku <linsho@preferred.jp>
Followup of onnx#5938 to add similar metadata field to ValueInfoProto as well. --------- Signed-off-by: Ganesan Ramalingam <grama@microsoft.com> Signed-off-by: Linsho Kaku <linsho@preferred.jp>
Update proto to add metadata props to NodeProto, GraphProto, and FunctionProto to store extra metadata in those structures.