-
Notifications
You must be signed in to change notification settings - Fork 57
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_prod function #1724
Add aten_prod function #1724
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1724 +/- ##
==========================================
- Coverage 74.69% 74.65% -0.05%
==========================================
Files 242 242
Lines 25861 25862 +1
Branches 4660 4661 +1
==========================================
- Hits 19318 19308 -10
- Misses 5674 5683 +9
- Partials 869 871 +2 ☔ View full report in Codecov by Sentry. |
Test Results 24 files ± 0 24 suites ±0 3h 6m 15s ⏱️ + 3m 25s For more details on these errors, see this check. Results for commit 9de26dc. ± Comparison against base commit d588d2c. This pull request removes 2163 tests.
♻️ This comment has been updated with latest results. |
The backward routine need aten_prod.dim_int function.
Todo: add test case for this function.