zengxianglong
|
86ae625dc7
|
fix bugs in instance_norm and pad operator
|
5 years ago |
mindspore-ci-bot
|
0b8896a5a0
|
!7601 [MSLITE] Fix bug of several operators.
Merge pull request !7601 from wangshaocong/bugfix_master
|
5 years ago |
mindspore-ci-bot
|
97cde36843
|
!7716 [lite] support complex64 and convertion about audio model and fix bug
Merge pull request !7716 from 徐安越/master
|
5 years ago |
wang_shaocong
|
fef75213ed
|
Modify implementation of constant_of_shape.
Fix bug of implementation of cast and reduce and infershape of slice and topk.
|
5 years ago |
xuanyue
|
677824298a
|
support complex64 and support audio op convert and fix bug
|
5 years ago |
hangq
|
1efc6d4394
|
support scalar
|
5 years ago |
lyvette
|
ef86629298
|
rewrite aware train converter
|
5 years ago |
mindspore-ci-bot
|
fbab2ffbdf
|
!7541 [lite] add identity pass and adjust log
Merge pull request !7541 from 徐安越/master
|
5 years ago |
xuanyue
|
920cbb1e22
|
add identity pass and adjust log
|
5 years ago |
mindspore-ci-bot
|
934bb07656
|
!7655 【MSLITE】Weight quant add condition stop in kmeans method
Merge pull request !7655 from ghzl/weight_quant_add_condition_stop
|
5 years ago |
mindspore-ci-bot
|
b8fbabae34
|
!7620 op NonMaxSuppression
Merge pull request !7620 from zhaozhenlong/lite/op/non_max_suppression
|
5 years ago |
guohongzilong
|
b12c8564b5
|
add condition stop for kmeans
|
5 years ago |
mindspore-ci-bot
|
5532de75ef
|
!7631 fix post training quant with multi-output op
Merge pull request !7631 from xutianchun/mulit
|
5 years ago |
zhaozhenlong
|
6d4223bd46
|
add op NonMaxSuppression
|
5 years ago |
xutianchun
|
bc3e37c8d5
|
fix post-training quantization mulit-output
|
5 years ago |
yeyunpeng
|
4918e404de
|
decoupling populate_parameter problem
|
5 years ago |
mindspore-ci-bot
|
4df56b6c1e
|
!7513 [MSLITE] Add KMeans method for quant
Merge pull request !7513 from ghzl/kmeans-quant
|
5 years ago |
zhengjun10
|
f11336a431
|
transformer batchmatmul fusion
|
5 years ago |
guohongzilong
|
16bfc0bd8b
|
add kmeans method for quant
|
5 years ago |
sunsuodong
|
cd0700e588
|
fix_lsh_projection
|
5 years ago |
mindspore-ci-bot
|
511e15b221
|
!7577 add CreateSession(const char *model_buf, size_t size, lite::Context *context) interface & remove unused Prepare calling in operator
Merge pull request !7577 from hangq/primitive
|
5 years ago |
wangzhe
|
4a71ba1245
|
add layer_norm op and layer_norm fusion
|
5 years ago |
hangq
|
e19a3e3926
|
remove unused Prepare calling in operator & add CreateSession(const char
*model_buf, size_t size, lite::Context *context) interface
|
5 years ago |
mindspore-ci-bot
|
a12af32c40
|
!7509 fix deconvolution output shape error and support parameter passing when doing infershape during inference for arithmetic.
Merge pull request !7509 from XianglongZeng/myms
|
5 years ago |
mindspore-ci-bot
|
da0be40224
|
!7579 [MS][LITE]fix onnx pool parser, fixed striped_sclice memory out of bounds
Merge pull request !7579 from gongdaguo/fix_pool
|
5 years ago |
mindspore-ci-bot
|
de93d9bff1
|
!7559 add onnx parser of pow
Merge pull request !7559 from yankai10/1021merge
|
5 years ago |
gongdaguo
|
cd858eae61
|
fix onnx pool parser, Fixed striped_sclice memory out of bounds
|
5 years ago |
AGroupofProbiotocs
|
f533dd6579
|
fix output shape error in deconv operator and support parameter passing when doing infershape during inference
|
5 years ago |
yankai
|
8f59cdb63a
|
add parser of pow
|
5 years ago |
wang_shaocong
|
8d1e65ad6b
|
Add implementation of transpose to adapt different dimensions.
|
5 years ago |
hangq
|
a3c6ad09a0
|
rewrite schduler & fix subGraph segmentation bug
|
5 years ago |
mindspore-ci-bot
|
d7ea4742f3
|
!7466 [MSLITE] Fix bug of arithmetic operator.
Merge pull request !7466 from wangshaocong/bugfix_master_v2
|
5 years ago |
mindspore-ci-bot
|
15f57029a5
|
!7499 post training quantization support multi-input model
Merge pull request !7499 from xutianchun/quant1020
|
5 years ago |
wang_shaocong
|
7d75ac047f
|
Fix bug of several operators.
|
5 years ago |
mindspore-ci-bot
|
7ec18e72f4
|
!7500 fix session_ in benchmark.h uninitialized
Merge pull request !7500 from yankai10/merge_1020
|
5 years ago |
xutianchun
|
d401034645
|
support multi-input model
|
5 years ago |
mindspore-ci-bot
|
d0a1a9b73c
|
!7031 [MSLITE]fix windows compile bug
Merge pull request !7031 from lyvette/windows
|
5 years ago |
mindspore-ci-bot
|
274dd60005
|
!7327 [lite] append onnx parser
Merge pull request !7327 from 徐安越/master
|
5 years ago |
xuanyue
|
7f42991624
|
append onnx parser
|
5 years ago |
yankai
|
8978ab6d9a
|
fix session_ in benchmark.h uninitialized
|
5 years ago |
lyvette
|
6655b89fcf
|
fix windows compile bug
|
5 years ago |
guohongzilong
|
9790727216
|
support 16bit weight quant
|
5 years ago |
mindspore-ci-bot
|
e9c71d517e
|
!7446 [MS][LITE][Develop]fix bug of benchmark context
Merge pull request !7446 from mengyuanli/fix_bug_of_benchmark_context
|
5 years ago |
mindspore-ci-bot
|
f517d14717
|
!7405 [MS][LITE]Add dropout pass, add clip pass, and fix the fusion problem of transpose
Merge pull request !7405 from gongdaguo/onnx_fix
|
5 years ago |
mengyuanli
|
16f43d8dc0
|
fix bug of ctx use
|
5 years ago |
mindspore-ci-bot
|
b00b9d2450
|
!7396 fix upsample opeartor of onnx to resize opeartor
Merge pull request !7396 from yankai10/merge_1016
|
5 years ago |
yankai
|
c6639b91b7
|
fix upsample of onnx opeartor to resize
|
5 years ago |
mindspore-ci-bot
|
e14a6fc015
|
!7342 [MS][LITE][DEVELOP] add DeviceContext to Context
Merge pull request !7342 from mengyuanli/add_device_context
|
5 years ago |
mengyuanli
|
43633e28a6
|
add device_ctx to context
|
5 years ago |
mindspore-ci-bot
|
21c4c0d934
|
!7404 [MSLITE]outlier for post quant
Merge pull request !7404 from ghzl/percert-method
|
5 years ago |