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 aten_convolution_backward function #1707

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Merge branch 'main' into xiaowu/addConvBackward

4455dd3
Select commit
Loading
Failed to load commit list.
Open

Add aten_convolution_backward function #1707

Merge branch 'main' into xiaowu/addConvBackward
4455dd3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 5, 2024 in 1s

75.24% (+0.01%) compared to 08c8307

View this Pull Request on Codecov

75.24% (+0.01%) compared to 08c8307

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 7 lines in your changes missing coverage. Please review.

Project coverage is 75.24%. Comparing base (08c8307) to head (4455dd3).

Files Patch % Lines
onnxscript/tools/training_helper.py 79.16% 2 Missing and 3 partials ⚠️
onnxscript/function_libs/torch_lib/ops/core.py 94.87% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1707      +/-   ##
==========================================
+ Coverage   75.23%   75.24%   +0.01%     
==========================================
  Files         242      242              
  Lines       25861    25919      +58     
  Branches     4660     4669       +9     
==========================================
+ Hits        19456    19503      +47     
- Misses       5519     5525       +6     
- Partials      886      891       +5     

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