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

1eb33c3
Select commit
Loading
Failed to load commit list.
Open

Add aten_convolution_backward function #1707

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

75.23% (-0.01%) compared to c57e9e7, passed because coverage increased by -0.01% when compared to adjusted base (75.24%)

View this Pull Request on Codecov

75.23% (-0.01%) compared to c57e9e7, passed because coverage increased by -0.01% when compared to adjusted base (75.24%)

Details

Codecov Report

Attention: Patch coverage is 86.95652% with 9 lines in your changes missing coverage. Please review.

Project coverage is 75.23%. Comparing base (c57e9e7) to head (1eb33c3).

Files Patch % Lines
onnxscript/tools/training_helper.py 79.16% 2 Missing and 3 partials ⚠️
onnxscript/function_libs/torch_lib/ops/core.py 91.11% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1707      +/-   ##
==========================================
- Coverage   75.24%   75.23%   -0.01%     
==========================================
  Files         242      242              
  Lines       25861    25923      +62     
  Branches     4660     4671      +11     
==========================================
+ Hits        19458    19504      +46     
- Misses       5517     5528      +11     
- Partials      886      891       +5     

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