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.Sigmoid #2479

Merged
merged 6 commits into from
May 30, 2024
Merged

Conversation

alecerio
Copy link
Collaborator

Implementation of Sigmoid onnx operator.

@superlopuh @compor

@alecerio alecerio added the dialects Changes on the dialects label Apr 19, 2024
@alecerio alecerio requested review from superlopuh and compor April 19, 2024 14:46
@alecerio alecerio self-assigned this Apr 19, 2024
Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.79%. Comparing base (34fb769) to head (2070c46).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2479      +/-   ##
==========================================
- Coverage   89.80%   89.79%   -0.01%     
==========================================
  Files         350      350              
  Lines       42890    42906      +16     
  Branches     6370     6373       +3     
==========================================
+ Hits        38516    38529      +13     
- Misses       3430     3432       +2     
- Partials      944      945       +1     

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

xdsl/dialects/onnx.py Outdated Show resolved Hide resolved
@alecerio alecerio requested a review from superlopuh April 22, 2024 14:57
@AntonLydike AntonLydike changed the title dialects: (onnx) add onnx.Sigmoid dialects: (onnx) Add onnx.Sigmoid May 22, 2024
xdsl/dialects/onnx.py Outdated Show resolved Hide resolved
@superlopuh superlopuh merged commit ac40191 into main May 30, 2024
9 checks passed
@superlopuh superlopuh deleted the alessandro/onnx_sigmoid_op branch May 30, 2024 15:17
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
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants