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 sin ONNX op support #1633

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Add sin ONNX op support #1633

merged 1 commit into from
Apr 15, 2024

Conversation

laggui
Copy link
Member

@laggui laggui commented Apr 15, 2024

Related Issues/PRs

Progress towards #1544

Changes

Added sin ONNX op import support

Testing

Added unit tests for codegen and expected outputs

@laggui laggui requested a review from antimora April 15, 2024 15:54
Copy link

codecov bot commented Apr 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.31%. Comparing base (e303e31) to head (12184af).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1633   +/-   ##
=======================================
  Coverage   86.30%   86.31%           
=======================================
  Files         691      691           
  Lines       79390    79432   +42     
=======================================
+ Hits        68520    68561   +41     
- Misses      10870    10871    +1     

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

Copy link
Collaborator

@antimora antimora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for adding ops. This is simple enough.

Copy link
Member

@nathanielsimard nathanielsimard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nathanielsimard nathanielsimard merged commit 81a67b6 into main Apr 15, 2024
15 checks passed
@nathanielsimard nathanielsimard deleted the feat/onnx/sin branch April 15, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants