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

Add alternative approach in ONNX converter section #6188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adityagoel4512
Copy link
Contributor

@adityagoel4512 adityagoel4512 commented Jun 17, 2024

Description

This adds a short section explaining an alternative approach to dedicated converter libraries for library authors looking to implement ONNX export capability for their library. This approach leverages a standardised protocol (in this case the Array API standard) and an ONNX based implementation of it (in this case ndonnx).

Motivation and Context

This adds some broader context to the different ways libraries may want to explore ONNX export beyond the traditional approach with dedicated converter libraries.

@adityagoel4512 adityagoel4512 requested a review from a team as a code owner June 17, 2024 12:34
@adityagoel4512 adityagoel4512 force-pushed the add-alternative-approach branch 3 times, most recently from cc18dfe to ee93cb6 Compare June 17, 2024 12:37
Signed-off-by: Aditya Goel <agoel4512@gmail.com>
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.02%. Comparing base (83194ed) to head (cba2a13).
Report is 47 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6188      +/-   ##
==========================================
+ Coverage   56.95%   57.02%   +0.07%     
==========================================
  Files         506      506              
  Lines       30467    30955     +488     
  Branches     4592     4599       +7     
==========================================
+ Hits        17353    17653     +300     
- Misses      12285    12476     +191     
+ Partials      829      826       -3     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant