Commit Graph

14 Commits

Author SHA1 Message Date
xiaying 3ff49cbf4a [MNN:Sync] Sync Internal 2.7.2 2023-10-18 10:31:02 +08:00
xiaying d91fc63976 [MNN:Sync] Sync internal Gitlab 2021-04-08 15:34:23 +08:00
xiaying 5e127496fc Sync Internal Github 2021-02-07 10:47:03 +08:00
xiaying a9976c93c5 [Tools:Bugfix] Fix Quantools memory overflow 2021-01-12 10:50:20 +08:00
弗人 7bdbaf167d [PATCH 10/19] [Quantization:Feature] add debug, and bugfix in compute distance 2021-01-08 14:16:24 +08:00
弗人 79e424f927 [PATCH 08/19] bugfix 2021-01-08 14:16:24 +08:00
弗人 48c520869c [PATCH 05/19] [Quantization:Feature] add option to set clamp value 2021-01-08 14:16:24 +08:00
弗人 3c4906a715 [PATCH 01/19] [Quantization:Feature] add distance debug info and option to skip quant ops 2021-01-08 14:16:24 +08:00
Zhang 002ac367e4
Update 2019-12-27 22:16:57 +08:00
liqing b995b25db9 beta 0.2.0.8
- add NaN check-up
- add quantification support for ScaleAdd Op
- add binary to eltwise optimization
- add console logs for quantization tool
- better document for quantization tool
- replace redundant dimension flags with dimension format
- optimize performance of TensorFlow Lite Quantized Convolution
- fix axis support for ONNX softmax
- fix get performance compile error on Windows
2019-08-22 20:13:46 +08:00
liqing f085106da9 release 0.2.0.6
- fix bugs in quantization
- add evaluating tool for quantization
- add ADMM support in quantization
- fix lock in thread pool
- fix fusing for deconv
- fix reshape converting from ONNX to MNN
- turn off blob size checking by default
2019-08-07 16:44:09 +08:00
liqing 71b1c29801 fix bn when channel equal to 1 2019-07-26 21:13:34 +08:00
liqing 7bb0df92dc beta 0.2.0.5
- CPU
	- add support for DepthToSpace & SpaceToDepth ops
- OpenGL
	- add Android demo
	- add half / float runtime option
	- add support for ROIPooling, Squeeze
	- fix bugs in conv im2col
- OpenCL
	- fix Concat, Eltwise, Reshape bugs
- Tools
	- add KL threshold method in quantization tool
	- support optimization for graph with multiple rnn
2019-07-25 13:36:35 +08:00
liqing a367406308 beta 0.2.0.3
- add quantization tool & cpu impl & demo/exec
- add thread pool
- add tests
- fix onnx converter tensor name mismatch
- optimize cpu performance with SSE for windows
2019-07-11 13:56:52 +08:00