ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

Apple api add CVPixelBuffer、CMSampleBuffer、UIImage convenient

Open DaChengTechnology opened this issue 3 years ago • 4 comments

DaChengTechnology avatar May 17 '22 20:05 DaChengTechnology

Codecov Report

Merging #3800 (38bdb98) into master (9376ba7) will decrease coverage by 0.52%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3800      +/-   ##
==========================================
- Coverage   92.98%   92.45%   -0.53%     
==========================================
  Files         709      728      +19     
  Lines      176425   176467      +42     
==========================================
- Hits       164049   163154     -895     
- Misses      12376    13313     +937     
Impacted Files Coverage Δ
src/allocator.h 87.50% <ø> (ø)
src/mat.h 89.82% <ø> (-0.06%) :arrow_down:
src/layer/x86/convolution_2x2_pack8.h 2.75% <0.00%> (-97.25%) :arrow_down:
src/layer/x86/convolution_sgemm_pack8.h 14.24% <0.00%> (-85.24%) :arrow_down:
src/layer/x86/deconvolution_pack8.h 20.00% <0.00%> (-80.00%) :arrow_down:
src/layer/x86/convolution_sgemm_pack4to8.h 29.16% <0.00%> (-70.84%) :arrow_down:
src/layer/x86/convolution_pack8.h 34.42% <0.00%> (-65.58%) :arrow_down:
src/layer/x86/convolution_pack4to8.h 42.85% <0.00%> (-55.11%) :arrow_down:
...c/layer/x86/convolution_winograd_transform_pack8.h 54.90% <0.00%> (-45.10%) :arrow_down:
src/layer/x86/convolution_3x3_pack1to8.h 39.95% <0.00%> (-40.04%) :arrow_down:
... and 156 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c3466f9...38bdb98. Read the comment docs.

codecov-commenter avatar May 17 '22 20:05 codecov-commenter

todo: apply coding style for mm sources wrap platform specific features with NCNN_PLATFORM_API macro add some tests

nihui avatar May 19 '22 08:05 nihui

How do you passed the < build shared >check?

DaChengTechnology avatar May 19 '22 08:05 DaChengTechnology

CLA assistant check
All committers have signed the CLA.

tencent-adm avatar May 31 '22 08:05 tencent-adm