Commit Graph

22 Commits

Author SHA1 Message Date
liqing 6a4213f7dc beta 0.2.0.0
- replace FreeImage with stb_image
- warn unicode error in Windows compiling
- separate clang/gcc build script for android
- add default values in fbs
- optimize CPU conv / conv depthwise / deconv / deconv depthwise / lstm / sigmoid
- add sub support in eltwise
- add reciprocal / log1p / log in unary
- add zero like / select / set diff 1d
- add batch support for permute
- add training codes
- fix metal error in dynamic separate storage type handling
2019-06-17 20:10:35 +08:00
liqing ff405a3078 beta 0.1.1.6
- add support for windows
- fix bugs in converting dropout
- fix bugs in post treat
2019-06-10 21:08:55 +08:00
liqing 0b085d6ffd beta 0.1.1.5
- cpu & gpu
	- add ceil mode in pool
	- fix softmax with neg axis
- cpu
	- add unsqueeze op
	- optimize lstm
- gpu
	- add 5x5 winograd in metal
	- add batch support for winograd in opencl
- onnx
	- add concat / gather / shape / squeeze / unsqueeze
	- fix data type support in constant
2019-06-05 10:45:59 +08:00
liqing f7fbf2a050 fix winograd input slice 2019-05-27 16:00:45 +08:00
liqing 934d9bae07 beta 0.1.1.4
- refactor OpenGL, test relative codes
- optimize LRN
- fix doc link error
2019-05-24 11:26:54 +08:00
liqing 2fc8a201de beta 0.1.1.3
- fix benchmark script for older version adb
- add FAQ.md
- add environment requirement in Install.md
- add coeff in Eltwise Op
- fix bugs in strassen 1x1 data preparation
- add download failure process in get_model.sh
2019-05-17 14:59:57 +08:00
smalltao 249f812b0e Typo in CPURange.hpp 2019-05-15 21:57:40 +08:00
liqing 28a6f1a614 beta 0.1.1.2
- fix register typo
- add input count in conv model
- add 5x5 winograd convolution for OpenCL
- edit condition to use half in OpenCL
- upgrade build.gradle
2019-05-14 19:54:21 +08:00
li-qing e452e481ec
Merge pull request #61 from chrisYooh/master
#54 Issue merge request
2019-05-14 17:34:50 +08:00
Chris 53b9f037ce Correct file name comment.
In BackendRegister.cpp, the header comment should not be [CPUBackend] but [BackendRegister.cpp].
2019-05-14 08:56:45 +08:00
Sungmann Cho 455786f0dc Fix minor typos
1. bechmark -> benchmark
2. MMN -> MNN
3. nomalize -> normalize
4. paramater -> parameter
5. tflie -> tflite
2019-05-14 08:47:10 +09:00
liqing 9bfb58a3ec fix backend/op/sizer register 2019-05-09 19:39:33 +08:00
liqing 605ee29dee improve permute 28% 2019-05-09 19:38:53 +08:00
nihuini b3e27f91a2 fix oops 2019-05-09 10:20:56 +08:00
liqing adaea9c362 fix register spell 2019-05-08 16:37:43 +08:00
liqing 636b31725a fix iOS asm compile error 2019-05-08 16:37:18 +08:00
liqing f2d6e8fe2d beta 0.1.1.1
- use code generate for op/backend/sizer register
- add pose demo
- fix docs & script
- improve cpu softmax performance 80%
- improve converter ops fuse
2019-05-08 15:44:57 +08:00
liqing 3cec8aa4d9 fix CPU pool & Metal scale op bugs 2019-05-07 16:16:34 +08:00
liqing 0bbdb6ac56 remove usages of GNU unused attribute 2019-05-07 16:15:16 +08:00
nihui 195d439518
fix include guard oops 2019-05-06 12:39:25 +08:00
liqing 07e28c80d3 beta 0.1.1
- update resources and docs
  - unite tensor's width/height/channel/batch getter
  - optimize several ops
  - fix compile warnings and errors on Ubantu
  - some other bug fixes
2019-05-05 20:27:57 +08:00
liqing 5551108af8 beta 0.1.0 2019-04-19 20:50:09 +08:00