25 Commits (a961ab992e2e4bf1cb950423bd7c2e2d40eb4ea2)

Author SHA1 Message Date
  nihui 54c0a13b9f
build shared library (#2525) 5 years ago
  Zhuo Zhang 361847c827
check NCNN_MAX_PARAM_COUNT (#2458) 5 years ago
  nihuini 38b6387bc5 ncnnoptimize and ncnn2mem now accepts weight-less custom layer 5 years ago
  nihui 3ef995ed1e
format code style and setup restyled.io (#1840) 6 years ago
  nihui 13c59d9ad2 parse float by ourself, drop locale hack 6 years ago
  nihui 23f79a661d force c locale for paramdict parsing 6 years ago
  Naiyang Lin ceef2470a5
Add logger.h (#1753) 6 years ago
  Sungmann Cho 447b1369f5 Fix warnings on Visual Studio (#1422) 6 years ago
  nihuini 095efc5471 load param value type 6 years ago
  nihuini 64333429bb data reader wrapper, fix #1325 6 years ago
  Howave 123ca35e00 fix compile warnings (#1042) 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
  nihui 10b8ac68cc
[WIP] vulkan compute (#618) 7 years ago
  nihuini 0239d2ef48 another internal_nconsumed_ptr reset case, fix #706 7 years ago
  nihuini 4e68a29eff fix build on msvc, second try 7 years ago
  nihuini 4a9e452cb5 fix build on msvc, first try 7 years ago
  xinyu391 666ec2820e add Net::load_param_mem(), ParamDict::load_param_mem() load plain text paramters from memory buf. (#587) 7 years ago
  nihui a169cec363 core int8 inference, quantize and dequantize, net using flag, caffe2ncnn reads int8 scale table 7 years ago
  Yantao Xie 89c7aa26f8 support the scientific notation when parsing layer's paramters. 8 years ago
  nihui 8ccae1d4fd prevent reuse of param array, fix #258 8 years ago
  nihuini 67b80183dd fix param load using external memory 8 years ago
  nihuini a84ba8fc0f element type storage support in Mat, move data member the first so that a pointer to Mat is a pointer to data, convenient index access for float vector 8 years ago
  nihui 2a62a98e1a allow constructing paramdict and modelbin from userside 8 years ago
  nihui 8e490d4b68 fix array parsing, first try 8 years ago
  nihui 1e2265dd99 new param load api 8 years ago