-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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 inner op #20532
Add inner op #20532
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #20532 +/- ##
==========================================
+ Coverage 82.11% 82.17% +0.05%
==========================================
Files 515 515
Lines 47806 47956 +150
Branches 7490 7500 +10
==========================================
+ Hits 39258 39409 +151
+ Misses 6736 6734 -2
- Partials 1812 1813 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! Please update the API files via sh shell/api_gen.sh
. This will also fix CI.
Inner product of two arrays.
@fchollet