64 Commits (11f5033249b276db39fff3da003a3f78d13cb848)

Author SHA1 Message Date
  nihuini 11f5033249 convolutiondepthwise arm fp16s fp16sa 6 years ago
  nihui 11cffce114
armv8.2 infrastructure (#1856) 6 years ago
  nihui b5e288b521 layer creator function is not necessary for built-in layers 6 years ago
  nihui 01b8b79ed2 packing layout option respect support_packing property 6 years ago
  nihui 3ef995ed1e
format code style and setup restyled.io (#1840) 6 years ago
  zhiliu6 3bfabf1d6a
Add fused convolution and mish layer support. (#1761) 6 years ago
  nihui efaa1a4af1 dwconv5x5s1 pack4 bf16s neon kernel 6 years ago
  nihuini 5255d2c328 dwconv5x5s2 pack4 bf16s neon kernel 6 years ago
  nihui b7c82fcc45 code clean, concat bf16s 6 years ago
  nihui 7d1eec3d5d the use_bf16_storage option 6 years ago
  nihui e14716dfef convolution and pooling make padding helper, flatten innerproduct pooling bf16s neon 6 years ago
  nihui 25eb060b7c fix potential crash on int8 convolution with no bias 6 years ago
  nihui 6f2ef1932d int8 code refactoring wip, add int8 test 6 years ago
  nihui 038666e049
the initial auto test (#1464) 6 years ago
  nihuini 336d1c1edd remove the ncnn namespace for in source Option 6 years ago
  nihuini 567e2bd501 a dirty hack for resolving int8 pack4 crash 6 years ago
  nihuini cd4be6d0fa call vulkan create_pipeline on the vkdev condition, drop opt_cpu hacks 6 years ago
  nihuini 624291e2b2 use subop optimization for group convolution deconvolution pack4 family 6 years ago
  nihui 48e3e7d49c move neon activation into a wrapper function 6 years ago
  nihui 21e74487b4 arm neon optimization for convdw5x5 pack4 6 years ago
  nihui 17f343e7e4 convdw3x3 pack4 arm neon assembly optimization 6 years ago
  nihuini c0a4ffcf66 convolution pad_value param 6 years ago
  nihuini 296e0022df deconvolution output adj and output shape 6 years ago
  nihuini e4b44d293e more autopad SAME_LOWER 7 years ago
  nihuini 9a6ee37eef asymmetric padding parameter for convolution and deconvolution family 7 years ago
  nihui 394f6786b9 neon enable support_packing 7 years ago
  nihui cf42e7c254 deconvolutiondepthwise pack4 arm neon 7 years ago
  nihui b4c388a72a Mat misc function accept option parameter, deconvolution pack4 arm neon 7 years ago
  nihuini c4f23ae8ad rename Mat packing to elempack 7 years ago
  nihui 7655b9e4e9 fix build on armv7 again ... 7 years ago
  nihui a97439988f fix build on armv7 7 years ago
  nihuini 81a5dfe76b general convolution and convolutiondepthwise arm neon pack4, wip 7 years ago
  BUG1989 bcfe9f453f initial the ncnn post training quantization tools (#1067) 7 years ago
  BUG1989 d9f269fa3d use sgemm fp32 on arm platform,optimize conv1x1s2 (#1031) 7 years ago
  nihuini 4de4078779 move platform includes out of namespace 7 years ago
  nihui 3e003ffd98 fuse sigmoid 7 years ago
  nihuini 7a8f68aca6 move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
  nihuini 3f85cafc08 fuse relu leakyrelu clip into convolution/deconvolution/innerproduct 7 years ago
  BUG1989 780c7d9a72 merge de/requantize op, optimize some int8 conv layer on arm64-v8a (#867) 7 years ago
  BUG1989 ff38053321 [WIP] arm64-v8a int8 optimization (#823) 7 years ago
  BUG1989 8e337d440e fix the bug with convdw7x7 op working on int8 mode (#818) 7 years ago
  BUG1989 8ff831f7cd fix the segmentation fault when load int8 model (#811) 7 years ago
  BUG1989 df3d224484 new int8 implement,better accuracy (#749) 7 years ago
  nihuini 8fda293f91 neon optimize for depthwise convolution 5x5 :P 7 years ago
  nihuini ef36d79b7e implement the missing dequantize image on armv7, prefer neon-optimized 3-dim dequantize, fix #547 7 years ago
  nihuini 6f1b0b0a61 quantized padding in convolution, use range sweets 8 years ago
  nihuini 2dbaf6f7b7 store int8 scale in binary 8 years ago
  nihui 2fe7ada4d8 add arm int8 convolution stub, preload group op for x86 8 years ago
  nihuini 6b536701c3 sub-mat shall be allocator-aware 8 years ago
  nihui a169cec363 core int8 inference, quantize and dequantize, net using flag, caffe2ncnn reads int8 scale table 8 years ago