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

dialects: (onnx) add onnx.EntryPoint #2078

Merged
merged 3 commits into from
Feb 2, 2024
Merged

dialects: (onnx) add onnx.EntryPoint #2078

merged 3 commits into from
Feb 2, 2024

Conversation

kayode-gif
Copy link
Collaborator

resolves #2067

@kayode-gif kayode-gif added the dialects Changes on the dialects label Feb 1, 2024
@kayode-gif kayode-gif self-assigned this Feb 1, 2024
@kayode-gif
Copy link
Collaborator Author

note btw: i didn't include any verification function, as i didn't believe there was anything further to verify (in the onnx-mlir there is not anything too verify also)

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (87c26a7) 90.08% compared to head (36e4d4f) 90.08%.

Files Patch % Lines
xdsl/dialects/onnx.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2078      +/-   ##
==========================================
- Coverage   90.08%   90.08%   -0.01%     
==========================================
  Files         293      293              
  Lines       36570    36576       +6     
  Branches     5433     5434       +1     
==========================================
+ Hits        32944    32949       +5     
- Misses       2855     2856       +1     
  Partials      771      771              

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

@compor compor merged commit 50b882f into main Feb 2, 2024
10 checks passed
@compor compor deleted the oke/onnx-entrypoint branch February 2, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add onnx.EntryPoint
3 participants