Skip to content

feat(atenlib): ops 5/n #266

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

Merged
merged 7 commits into from
Jan 4, 2023
Merged

feat(atenlib): ops 5/n #266

merged 7 commits into from
Jan 4, 2023

Conversation

justinchuby
Copy link
Collaborator

@justinchuby justinchuby commented Jan 2, 2023

Boolean and bitwise operators, sign, leaky relu, relu, remainder etc.

@codecov
Copy link

codecov bot commented Jan 2, 2023

Codecov Report

Merging #266 (506be10) into main (078471e) will increase coverage by 0.28%.
The diff coverage is 86.17%.

@@            Coverage Diff             @@
##             main     #266      +/-   ##
==========================================
+ Coverage   72.39%   72.68%   +0.28%     
==========================================
  Files          95       95              
  Lines        9021     9054      +33     
==========================================
+ Hits         6531     6581      +50     
+ Misses       2490     2473      -17     
Impacted Files Coverage Δ
...t/function_libs/torch_aten/ops_correctness_test.py 93.96% <66.66%> (+3.44%) ⬆️
onnxscript/function_libs/torch_aten/ops/core.py 57.83% <84.81%> (+1.73%) ⬆️
onnxscript/function_libs/torch_aten/ops/nn.py 53.73% <100.00%> (+1.25%) ⬆️
onnxscript/function_libs/torch_aten/typing.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@justinchuby justinchuby marked this pull request as ready for review January 2, 2023 15:26
@justinchuby justinchuby mentioned this pull request Jan 2, 2023
@justinchuby justinchuby added the module: torchlib Related to the torch/aten function lib in development label Jan 2, 2023
@xiaowuhu xiaowuhu merged commit 040c811 into microsoft:main Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: torchlib Related to the torch/aten function lib in development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

atenlib: Test only float inputs
3 participants