Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: taozhang8/MNN

Tags

0.2.0.0

Toggle 0.2.0.0's commit message
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

0.1.1.6

Toggle 0.1.1.6's commit message
beta 0.1.1.6

- add support for windows
- fix bugs in converting dropout
- fix bugs in post treat

0.1.1.5

Toggle 0.1.1.5's commit message
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

0.1.1.4

Toggle 0.1.1.4's commit message
beta 0.1.1.4

- refactor OpenGL, test relative codes
- optimize LRN
- fix doc link error

0.1.1.3

Toggle 0.1.1.3's commit message
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

0.1.1.2

Toggle 0.1.1.2's commit message
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