751 Commits (dbef56df477cb8a80ccafa183144c6123f577f30)
 

Author SHA1 Message Date
  nihuini dbef56df47 write graph 7 years ago
  nihuini ed2e441a1d fix write fp16 weight with tag 7 years ago
  nihuini c6e075cef7 fuse deconv/innerproduct relu arm 7 years ago
  nihuini 81fda4d6d7 ncnnoptimize save fp16 storage weight 7 years ago
  nihuini 01807482f2 parse pt file 7 years ago
  nihuini 60e8261812 input param whc order 7 years ago
  nihuini 48a1cb4052 more optimize routines ... 7 years ago
  ShuangLiu1992 98bb0bb243 Update onnx2ncnn.cpp (#948) 7 years ago
  Cocoa Oikawa 102a68d193 adding detailed how to build for jetson (#953) 7 years ago
  nihui be81ecf1f6 fix build on msvc 7 years ago
  nihui a75d45fa9a chmod -x 7 years ago
  nihui 2fe769f314 update fused param files, enable ncnnoptimize tool build 7 years ago
  nihui 99b81b2ee9 eliminate dropout 7 years ago
  nihuini 528fe8e9e3 gpu convolution/deconvolution/innerproduct fuse activation 7 years ago
  nihuini 3f85cafc08 fuse relu leakyrelu clip into convolution/deconvolution/innerproduct 7 years ago
  Sungmann Cho 59c476a6b5 Suppress a CMake warning: implicitly converting 'string' to 'STRING' type (#942) 7 years ago
  nihuini 5e98a8799c fuse deconvolution batchnorm 7 years ago
  nihuini 7984ffcb4d ncnnoptimize tool 7 years ago
  nihuini b81e1f3906 get rid of the old workaround :) 7 years ago
  791136190 e2e8e1b9d7 mxnet2ncnn tool support symbol.softmax op (#938) 7 years ago
  nihuini 5d86014d9c add missing barrier for transfer dst, fix softmax pack4, fix #932 7 years ago
  nihuini 4729ea3505 bottom blob memory never alias, reuse blob memory more elegantly relying on refcount 7 years ago
  nihuini 1dea9fe353 more elementwise binaryop alias, convert priorbox steps param 7 years ago
  nihui 274392eb80 convolution padding same on gpu 7 years ago
  nihui 469e274150 require cmake 3.0 for list append 7 years ago
  gfjiangly 9ffe2b84e9 Optimization of the softmax layer (#914) 7 years ago
  nihui 8724440c59 bind wait barrier count member to memory, fix #932 7 years ago
  Eric Liu 42dbc6f4d2 A new model example , pelee + ssd + segmentation (#929) 7 years ago
  nihuini a0561e345a fix lrn shader, fix #928 7 years ago
  Shuai Yuan 822e6ccefe Add CPU, GPU benchmark of Qualcomm Snapdragon 835 (#916) 7 years ago
  nihuini 3d06c40d10 fix build with vulkan header version 65, fix #907 7 years ago
  nihui b76cdf6a56 it seems that custom openmp target never worked, restore the old behavior 7 years ago
  nihui f92dcca3b3 compiled spirv nearly always claim uniform buffer 8bit / 16bit access capability 7 years ago
  nihui c180e87502 add compile shader module function, create pipeline from custom shader spv data 7 years ago
  nihuini de7071452d try posix_memalign first 7 years ago
  nihui 9643916281 fix fp16s fp16a deconvolution shader 7 years ago
  nihui c5ab0c86e4 dynamic padding and crop offset size 7 years ago
  nihui c70b1368c6 interp share coeffs and xofs 7 years ago
  nihuini 31db9797df interp bicubic shader, initialize mat member with zero 7 years ago
  BUG1989 93a34a897d add int8 winograd F(4,3) with neon assembly optimization (#891) 7 years ago
  nihuini 9e9ae2322c use platform aligned malloc 7 years ago
  nihui 1634675c96 fix dst write out of range, fix #886 7 years ago
  liurs1990 1554438515 fix NaN(var maybe minus due to accuracy sometimes) issue in InstanceNorm (#874) 7 years ago
  nihuini dfffb29bb5 resize bicubic 7 years ago
  nihuini c778265658 reuse hresize result properly when enlarging, fix #863 7 years ago
  nihuini a4b74d27b0 move copy cut border function to operator 7 years ago
  nihuini 5a905c7cb9 implement substract_mean_normalize with bias and scale op 7 years ago
  nihuini c25c190703 move resize bilinear function to operator 7 years ago
  BUG1989 780c7d9a72 merge de/requantize op, optimize some int8 conv layer on arm64-v8a (#867) 7 years ago
  nihui 7ab968e6e1 fix gpu crop, convert crop offset with axis 7 years ago