kai00
636dd66839
mat mul weight quant
5 years ago
yankai
adb7d7c1d5
MS quant
5 years ago
kai00
0f2c78253e
====weight quant======
5 years ago
cjh9368
da1c32a7bf
fix bug for converter_flags
5 years ago
hangq
d277d3f5ae
fix memory leak
5 years ago
zhanyuan
203a4d2ea8
Fix the bug of matmul_int8's pre-process
5 years ago
xutianchun
6188e3069e
thread_num set default value
5 years ago
yeyunpeng
2809ee63bd
add api : get output by tensor name in c++ and java
5 years ago
xutianchun
b5f8556d63
post quantization code review
5 years ago
xutianchun
d861a61990
Fix Post Training Log
5 years ago
yeyunpeng
59439e2446
rename primitiveTvalue
5 years ago
yeyunpeng
a095f72e03
delete GetPrimitiveT in project
5 years ago
hangq
28e3508718
add UnPack method in ops & remove anf_importer populater
5 years ago
wsc
758130924f
Modify the '-fvisibility' attribute of mindspore-lite project.
5 years ago
xutianchun
1ae9f81c82
Fix Post Quant
5 years ago
yeyunpeng
7bc95d8cd4
change primitive
5 years ago
xutianchun
45268c5289
PerChannel Quantization
5 years ago
wsc
2fc79ae043
Clean cmake building warnings
5 years ago
mindspore-ci-bot
237267ecef
!4839 mem check fix
Merge pull request !4839 from wangchangkai/master
5 years ago
kai00
989a7e9a45
check memory fixed
5 years ago
wangzhe
0287c6f9d8
remove all todos
5 years ago
mindspore-ci-bot
f17d05007e
!4686 Add Convertor function for windows enviroment
Merge pull request !4686 from liuwenhao/master
5 years ago
liuwenhao4
5fce57e06c
Add Convertor function for windows enviroment
5 years ago
hangq
b0253c4da0
add version.h & bug fix
5 years ago
wsc
6fe3627878
clean cmake building errors
5 years ago
xutianchun
09084d4b30
PerChannel Post Quantization
5 years ago
mindspore-ci-bot
250ebbc96c
!4654 ReviewBotCheck
Merge pull request !4654 from gongdaguo/ReviewBotCheck
5 years ago
gongdaguo
d2f6f2802e
ReviewBot Check
5 years ago
mindspore-ci-bot
406ce73515
!4624 adjust MS model quant param
Merge pull request !4624 from yankai10/merge
5 years ago
yankai
921e2cdbc2
ms model quant param
5 years ago
gongdaguo
8c760a44bc
fix coding specification according to cppchek report
5 years ago
hangq
93592f14a2
rearch anf_importer and anf_exporter
5 years ago
cjh9368
b13a5572c6
spell error
5 years ago
xutianchun
252c13fedd
fix post quantization
5 years ago
xutianchun
ab3ed2a68b
fix quant
5 years ago
cjh9368
2ae2c3ceca
solve aware quantizer memory problem
5 years ago
cjh9368
18c6ac9988
add quant aware compile success
5 years ago
xuanyue
3a07af9633
adjust anf
5 years ago
xutianchun
f32ff96ecd
post training quantization
5 years ago
mindspore-ci-bot
1b646b9527
!4118 fix post training quant
Merge pull request !4118 from xutianchun/quant_0807
5 years ago
hangq
ca6c84b806
modify return type of Model::Import from std::shared_ptr<Model> to Model
*
5 years ago
xutianchun
1fc914118f
Post Training Quantization
5 years ago
mindspore-ci-bot
7074977645
!4070 Add time profile to calculate the running time of the operator.
Merge pull request !4070 from yeyunpeng2020/master_profile
5 years ago
yeyunpeng
32d85c0f94
add time profile
5 years ago
hangq
e12edf1591
remove unused third_party & strip so when Release
5 years ago
xutianchun
8f334af0e0
fix post quantization && fix tflite reshape parser
5 years ago
hangq
e41e5e644a
move callback into include/lite_session.h
5 years ago
hangq
6139494fcc
add doc for include file & clang-format include file
5 years ago
xutianchun
fae78e11a7
1. compute threshold only once
2. fix anf_exporter bug: pool, concat op may not set into metagraph
3. fix weight trans pass will return error when post quantization
4. make anf_exporter reentrant: do not set PrimitiveT * to nullptr
5 years ago
xutianchun
ad99fb342b
Insert QuantCast node after post training quantization
5 years ago