mindspore-ci-bot
eb3b093686
!8013 [MD] fix minddataset padding bug
Merge pull request !8013 from liyong126/fix_md_pad
5 years ago
mindspore-ci-bot
c65f2f198d
!8025 [GraphKernel] Limited the length of fuse-op's name.
Merge pull request !8025 from TronZhang/limit_fuseop_name_len
5 years ago
mindspore-ci-bot
74a2e767d6
!8018 full quant support multi input && add matmul_int8 creator
Merge pull request !8018 from jianghui58/master
5 years ago
mindspore-ci-bot
d1b110c3c0
!8023 add bias_add and bias_add_grad expand dsl
Merge pull request !8023 from ZengZitao/expand_bias_add
5 years ago
yangruoqi713
301bb7c821
[MSLITE][Develop] fix bug of arm32 fp32 cpu depthwise
5 years ago
CaoJian
c28eaa7fa8
update googlenet README
5 years ago
panfengfeng
45947f93d8
update scripts
5 years ago
wilfChen
d2f0d0db53
BnAddReluGrad check
5 years ago
mindspore-ci-bot
73f1d524b1
!8031 [MSLITE]add effcinent smoke
Merge pull request !8031 from ghzl/keams-and-efficicnet
5 years ago
liuyu
8bc9170255
modify for static check
5 years ago
hangangqiang
6b667016a7
fix bug in sub_graph_kernel
5 years ago
mindspore-ci-bot
0f39e5fcdd
!8029 fix static checking of lite ops
Merge pull request !8029 from liuwenhao/master
5 years ago
lixiaohui
1632d44711
fix benchmark=[] bug
5 years ago
mindspore-ci-bot
62b6b54328
!7983 modify version info for 1.0.1
Merge pull request !7983 from lilei/modify_version
5 years ago
cjh9368
c688a25647
bug fix
5 years ago
yujianfeng
552a3c4a07
Fix shape checking for scatterop in dynamic shape scene
5 years ago
yuzhenhua
c4eafb9820
fix tinybert bug and add export script file for mass
5 years ago
mindspore-ci-bot
ab0f9f218b
!7947 [AutoParallel] handle 3D tensor in rec
Merge pull request !7947 from Chong/BERT
5 years ago
jianghui58
462ad6451c
full quant support multi input && add matmul_int8 creator
5 years ago
yuchaojie
e030754f3e
Unify LeakyReLUQuant,HSwishQuant,HSigmoidQuant to ActQuant
5 years ago
jiangzhiwen
6c9fb23d81
remove bool division
5 years ago
mindspore-ci-bot
b77cb32c37
!7987 add type check for ActQuant's activation param
Merge pull request !7987 from yuchaojie/quant3
5 years ago
guohongzilong
3c787cac84
add smoke for efficienet
5 years ago
mindspore-ci-bot
f1a410e237
!8027 [MSLITE] depthwise fp16 sw bug
Merge pull request !8027 from ling/bug
5 years ago
gongdaguo
ea2a068279
fix hidemo photo
5 years ago
liuwenhao4
81272d86a6
fix static checking of lite ops
5 years ago
zhouyuanshen
f0f67b8aa8
add gather op on gpu
5 years ago
mindspore-ci-bot
a4465a2b04
!7997 [Data]fix lite_cv bug for codex_c++ warning
Merge pull request !7997 from xulei/lite_test0905
5 years ago
zengzitao
febdb1850c
expand bias_add and bias_add_grad op
5 years ago
dayschan
b6c2812a29
Convert non-scalar tensor to parameter
Add a pass `tensor_promotion`.
Fix a bug in CreateKernelInfoFromNewParameter, which reset the KernelInfo by mistake.
what's more:
Update akg
Fixbug in model_builder when reduce axis is an interger.
5 years ago
ling
ef2de7a494
[MSLITE] depthwise fp16 sw bug
5 years ago
mindspore-ci-bot
68e2b917d6
!7693 Add SigmoidCrossEntropyWithLogits CPU
Merge pull request !7693 from wanyiming/add_sigmoid_cross_entropy_with_logit_cpu
5 years ago
mindspore-ci-bot
53147129b8
!7984 Add output for comments of BCELoss
Merge pull request !7984 from wanyiming/add_output
5 years ago
mindspore-ci-bot
2880720ad7
!7792 remove scale int8 fusion
Merge pull request !7792 from zhaozhenlong/lite/issue/scale_int8_remove_fusion
5 years ago
mindspore-ci-bot
015b244471
!7991 fix ReLUV2 error
Merge pull request !7991 from yihuaijie/dev
5 years ago
tronzhang
60b421c2ca
limit the length of fuse-op's name
5 years ago
mindspore-ci-bot
2cd48d8cc9
!7990 fix static checking of lite ops
Merge pull request !7990 from liuwenhao/master
5 years ago
mindspore-ci-bot
5f3fcf2260
!7977 fix bugs in onnx group conv parser and cast operator
Merge pull request !7977 from XianglongZeng/myms
5 years ago
wanyiming
0b74b0f50b
add_cpu_op
5 years ago
liyong
0d40abf5dd
fix md padding bug
5 years ago
mindspore-ci-bot
b3b553245f
!7965 add formula and result
Merge pull request !7965 from caozhou/add_formula
5 years ago
mindspore-ci-bot
8e5d76d632
!7993 delete sub_graph_changed
Merge pull request !7993 from ZengZitao/delete_sub_graph_changed
5 years ago
mindspore-ci-bot
7f58cd214d
!8009 fix memory leak in kernel_registry
Merge pull request !8009 from hangq/primitive
5 years ago
mindspore-ci-bot
f74f0ae5ce
!7998 register gatherv2 dynamic shape
Merge pull request !7998 from hwjiaorui/master
5 years ago
mindspore-ci-bot
18fb04b7b0
!7982 [MS][LITE]Android Demo Adapts to Mindspore 1.0.1 And Add Himindspore Demo
Merge pull request !7982 from gongdaguo/adaptation_version
5 years ago
liuwenhao4
765afb2bb1
fix static checking of lite ops
5 years ago
mindspore-ci-bot
460a708ede
!7979 fix memory leak
Merge pull request !7979 from zhaozhenlong/lite/issue/arithmetic_parameter_free_if_needed
5 years ago
mindspore-ci-bot
2458c9b322
!7996 [lite] fix cppcheck
Merge pull request !7996 from 徐安越/master
5 years ago
hangangqiang
b45e7847c8
fix memory leak in kernel_registry
5 years ago
zhanke
1ebab144cc
readme modify
5 years ago