Skip to content
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

Include the ".onnxtext" extension in supported serialization format #6051

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

justinchuby
Copy link
Contributor

Usage seen in https://github.com/onnx/onnx-mlir/blob/5ef91c1be51eb578e61d2ae3c05fa821297a8ee2/test/mlir/onnx/parse/fun_model_test.onnxtext. (onnx/onnx-mlir#2262). I added the .onnxtext extension to be a known extension for the serializer.

Usage seen in https://github.com/onnx/onnx-mlir/blob/5ef91c1be51eb578e61d2ae3c05fa821297a8ee2/test/mlir/onnx/parse/fun_model_test.onnxtext. (onnx/onnx-mlir#2262). I added the `.onnxtext` extension to be a known extension for the serializer.

Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
@justinchuby justinchuby requested a review from a team as a code owner March 30, 2024 16:10
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
@justinchuby justinchuby added this to the 1.17 milestone Mar 30, 2024
Copy link

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.95%. Comparing base (83194ed) to head (14dfed6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6051   +/-   ##
=======================================
  Coverage   56.95%   56.95%           
=======================================
  Files         506      506           
  Lines       30467    30467           
  Branches     4592     4592           
=======================================
  Hits        17353    17353           
  Misses      12285    12285           
  Partials      829      829           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justinchuby justinchuby added this pull request to the merge queue Apr 4, 2024
Merged via the queue into main with commit 1a6aa6a Apr 4, 2024
40 checks passed
@justinchuby justinchuby deleted the justinchu/onnx-text branch April 4, 2024 17:29
gramalingam pushed a commit to gramalingam/onnx that referenced this pull request Apr 12, 2024
…nnx#6051)

Usage seen in
https://github.com/onnx/onnx-mlir/blob/5ef91c1be51eb578e61d2ae3c05fa821297a8ee2/test/mlir/onnx/parse/fun_model_test.onnxtext.
(onnx/onnx-mlir#2262). I added the `.onnxtext`
extension to be a known extension for the serializer.

---------

Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
andife pushed a commit to andife/onnx that referenced this pull request Jul 20, 2024
…nnx#6051)

Usage seen in
https://github.com/onnx/onnx-mlir/blob/5ef91c1be51eb578e61d2ae3c05fa821297a8ee2/test/mlir/onnx/parse/fun_model_test.onnxtext.
(onnx/onnx-mlir#2262). I added the `.onnxtext`
extension to be a known extension for the serializer.

---------

Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants