Commit Graph

10 Commits

Author SHA1 Message Date
xiaying 3ff49cbf4a [MNN:Sync] Sync Internal 2.7.2 2023-10-18 10:31:02 +08:00
shufu dba8029eb4 fix(quantize):fix the bug that readClibrationFiles funtion doesn't work
when quantize model on MSVC
Signed-off-by: shufu <shufuu@qq.com>
2022-03-01 17:25:28 +08:00
tianhang.yth d85952d826 sync from internal repo 2021-04-28 18:02:10 +08:00
stephenlyu a06df5125b
Add quantization debug tool. (#1317)
* Add Calibration::dumpTensorScales to dump tensor scales for quantization debug.

* Refactoring analyzeQuantErrors.py to dump dequant output.

* Refactoring analyzeQuantErrors.py.

Co-authored-by: jun.lv <jun.lv@17zuoye.com>
2021-02-03 10:04:41 +08:00
弗人 48c520869c [PATCH 05/19] [Quantization:Feature] add option to set clamp value 2021-01-08 14:16:24 +08:00
xiaying 56a9ff7a8e [PATCH 207/350] [MNN:Refractor] Revert quantized file's position 2021-01-06 15:57:11 +08:00
xiaying b9a0cce8be [PATCH 197/350] Move source code into ptqtools, Add opttools 2021-01-06 15:57:10 +08:00
liqing 487a0fbd0a beta 0.2.0.9
- fix quantization tool compiling on Windows
- fix converter compiling on Windows
- fix eltwise optimization on Windows
- separate sse & avx for Windows
- add LeakyReLU support for TensorFlow
- fix reshape, const for TensorFlow
- fix dimension format error for ONNX ops
- optimize winograd, ReLU for OpenCL
- add fp16 availability & dimensions size check-up for OpenCL
- optimize GEMM for arm32
- fix ExpandDims shape calculation when inputs size == 1
2019-09-01 19:25:26 +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 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