-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Feature] Pick npu ops from master to 2.x #2501
Conversation
Codecov ReportBase: 66.34% // Head: 66.30% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## 2.x #2501 +/- ##
==========================================
- Coverage 66.34% 66.30% -0.05%
==========================================
Files 120 121 +1
Lines 7746 7926 +180
Branches 1074 1084 +10
==========================================
+ Hits 5139 5255 +116
- Misses 2438 2498 +60
- Partials 169 173 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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
* merge npu ops from master to 2.x * BugFix: fix merge bugs * {[Feature]: add psamask, roipool to 2.x, and fix the SigmoidFocalLoss assert condition * merge conflicts in ops.md * [fix]: fix merge bug
The PR is for merging npu ops from master to 2.x. I've constructed some unit-tests to test the op on my local machine, and the result looks good.