-
Notifications
You must be signed in to change notification settings - Fork 771
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 arm fp16 op #588
Feature arm fp16 op #588
Conversation
powerpwang
commented
Nov 25, 2020
- Support ARMv8.2 FP16
- FP16 OP: Add, BatchNorm, Concat, Conv, Deconv, Pool, Permute, PReLU, ReLU, ReLU6, Sigmoid, Softmax
… feature-fp16-op
Codecov Report
@@ Coverage Diff @@
## master #588 +/- ##
==========================================
+ Coverage 30.95% 33.28% +2.33%
==========================================
Files 290 287 -3
Lines 9298 8331 -967
==========================================
- Hits 2878 2773 -105
+ Misses 6420 5558 -862
Continue to review full report at Codecov.
|
testing::Values(DATA_TYPE_FLOAT), | ||
// activation_type |
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.
merge完master之后,half的测试没了