ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

Optimize x86 DeformableConv2D

Open miemie2013 opened this issue 3 years ago • 1 comments

miemie2013 avatar Aug 10 '22 08:08 miemie2013

Codecov Report

Merging #4128 (c23da01) into master (00c08d7) will increase coverage by 0.16%. The diff coverage is 100.00%.

:exclamation: Current head c23da01 differs from pull request most recent head ed947d4. Consider uploading reports for the commit ed947d4 to get more accurate results

@@            Coverage Diff             @@
##           master    #4128      +/-   ##
==========================================
+ Coverage   94.43%   94.60%   +0.16%     
==========================================
  Files         748      779      +31     
  Lines      179005   184352    +5347     
==========================================
+ Hits       169047   174408    +5361     
+ Misses       9958     9944      -14     
Impacted Files Coverage Δ
src/layer/x86/deformableconv2d_pack16.h 100.00% <100.00%> (ø)
src/layer/x86/deformableconv2d_pack16to1.h 100.00% <100.00%> (ø)
src/layer/x86/deformableconv2d_pack16to4.h 100.00% <100.00%> (ø)
src/layer/x86/deformableconv2d_pack16to8.h 100.00% <100.00%> (ø)
src/layer/x86/deformableconv2d_pack1to16.h 100.00% <100.00%> (ø)
src/layer/x86/deformableconv2d_pack1to4.h 100.00% <100.00%> (ø)
src/layer/x86/deformableconv2d_pack1to8.h 100.00% <100.00%> (ø)
src/layer/x86/deformableconv2d_pack4.h 100.00% <100.00%> (ø)
src/layer/x86/deformableconv2d_pack4to1.h 100.00% <100.00%> (ø)
src/layer/x86/deformableconv2d_pack4to16.h 100.00% <100.00%> (ø)
... and 33 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

codecov-commenter avatar Aug 10 '22 09:08 codecov-commenter

Thanks for your contribution !

nihui avatar Oct 14 '22 02:10 nihui