mindspore-ci-bot
|
7f94d596c0
|
!7012 [MD] sampler log update
Merge pull request !7012 from luoyang/pylint
|
4 years ago |
mindspore-ci-bot
|
d01f721d87
|
!7013 GraphKernel supports multi-output kernels
Merge pull request !7013 from DeshiChen/0928_costmodel_multioutput
|
4 years ago |
mindspore-ci-bot
|
f0e9f6137b
|
!7066 [MS][LITE][DEV]fix fp16 op bug
Merge pull request !7066 from 张学同/to_merge
|
4 years ago |
Pengyongrong
|
78408c1a99
|
new ops named pad
|
4 years ago |
mindspore-ci-bot
|
49c78de682
|
!7064 fix build java error
Merge pull request !7064 from yeyunpeng2020/java_fix
|
4 years ago |
mindspore-ci-bot
|
db7b0e8868
|
!7043 [MS][LITE]optimize fp16 conv
Merge pull request !7043 from fuzhiye/tmp
|
4 years ago |
mindspore-ci-bot
|
5523276afb
|
!7063 [MS][LITE][Develop] arm32 winograd init optimize
Merge pull request !7063 from liuzhongkai/winograd
|
4 years ago |
zhangxuetong
|
65864f6cd7
|
fix fp16 op bug
|
4 years ago |
mindspore-ci-bot
|
f52d2efb1c
|
!7020 add psenet export to transform checkpoint to air
Merge pull request !7020 from anzhengqi/add-psenet-export
|
4 years ago |
yeyunpeng
|
7587a5b7b3
|
fix build java error
|
4 years ago |
mindspore-ci-bot
|
50cbf40b92
|
!7056 [MS][LITE][GPU]fix bug in arithmetic
Merge pull request !7056 from chenzupeng/master-lite
|
4 years ago |
fuzhiye
|
1f9a122f17
|
replace gemm with matmul for fp16 conv winograd
|
4 years ago |
liuzhongkai
|
8f678accf3
|
arm32 winograd init optimize
|
4 years ago |
mindspore-ci-bot
|
86bbd1dc98
|
!6832 Add BCELoss
Merge pull request !6832 from wanyiming/add_BCELoss
|
4 years ago |
mindspore-ci-bot
|
640c1eb19c
|
!6778 [MS][LITE][Develop] optimization GPU ops concat
Merge pull request !6778 from pengyongrong/optimizationForConcat
|
4 years ago |
caifubi
|
b17b4abf7d
|
Fix async data dump failed
|
4 years ago |
liuxiao93
|
80d2214361
|
fix mssim precision when dtype is uint32.
|
4 years ago |
chenzupeng
|
5d82670532
|
fix bug in arithmetic
|
4 years ago |
jjfeing
|
d050422c4f
|
ir id move to end
|
4 years ago |
mindspore-ci-bot
|
4f754daccf
|
!6876 split benchmark and testcaset compile module for mslite
Merge pull request !6876 from lyvette/lite
|
4 years ago |
mindspore-ci-bot
|
63672fdb4d
|
!7024 [MSLITE][Develop] add smart reply ops
Merge pull request !7024 from sunsuodong/smart_reply
|
4 years ago |
dayschan
|
7599686a72
|
GraphKernel supports multi-output kernels
|
4 years ago |
mindspore-ci-bot
|
5dbbcacadd
|
!7038 serving support acl mutex
Merge pull request !7038 from 徐永飞/master
|
4 years ago |
mindspore-ci-bot
|
dc5adf0137
|
!7025 [MS][LITE][Develop]syc op_base act type with schema
Merge pull request !7025 from mengyuanli/syc_act_type
|
4 years ago |
mindspore-ci-bot
|
6c3cfe3036
|
!7018 scale and stack fp16
Merge pull request !7018 from zhaozhenlong/lite/op/scale_stack_fp16
|
4 years ago |
mindspore-ci-bot
|
09919c77e8
|
!7047 add space_to_batch_nd for opencl
Merge pull request !7047 from wandongdong/master
|
4 years ago |
mindspore-ci-bot
|
ee84be6a77
|
!7046 fix gpu quant updateminmax ops bug
Merge pull request !7046 from chengxb7532/master
|
4 years ago |
mindspore-ci-bot
|
c12d48c727
|
!6933 add gatherD, identity op
Merge pull request !6933 from wuxuejian/new_op
|
4 years ago |
mindspore-ci-bot
|
afb1a91568
|
!7010 psenet 8p accuracy improve.
Merge pull request !7010 from linqingke/psenet
|
4 years ago |
mindspore-ci-bot
|
58610443cb
|
!7023 modify endofsequence for multi-machine
Merge pull request !7023 from HW_KK/master
|
4 years ago |
mindspore-ci-bot
|
a75b3161e1
|
!7051 Fixed zero plus neg_inf issue under fp16
Merge pull request !7051 from XunDeng/pp_issue_branch
|
4 years ago |
Xun Deng
|
322f154abb
|
fixed neginf plus zero issue under fp16
|
4 years ago |
Mahdi
|
e92d4edceb
|
Updated TensorRow conversion
|
4 years ago |
mindspore-ci-bot
|
9c70e8bd04
|
!6991 move inner.DynamicRNN to P.DynamicRNN.
Merge pull request !6991 from liuxiao93/DynamicRNN-api
|
4 years ago |
mindspore-ci-bot
|
945c125e4a
|
!6992 Revert arena code back to use malloc
Merge pull request !6992 from JesseKLee/revert_arena
|
4 years ago |
wandongdong
|
9b2771b444
|
add space_to_batch_nd for opencl
|
4 years ago |
mindspore-ci-bot
|
3811e5a933
|
!7029 [MS][LITE][GPU]add resize op
Merge pull request !7029 from chenzupeng/master-lite
|
4 years ago |
YangLuo
|
c36a36304c
|
[MD] sampler log update
|
4 years ago |
sunsuodong
|
2012dd1e7a
|
add ops
|
4 years ago |
mindspore-ci-bot
|
86844a6a95
|
!7019 MSLITE add onnx parser and adjust the way of printing unsupport op
Merge pull request !7019 from 徐安越/master
|
4 years ago |
chenzupeng
|
9743eb2456
|
add op resize
|
4 years ago |
mindspore-ci-bot
|
27f8a95515
|
!7017 add string_util & cpu op skip_gram
Merge pull request !7017 from 陶云浩/master
|
4 years ago |
linqingke
|
95c66d25eb
|
fasterrcnn add export air file.
|
4 years ago |
xuyongfei
|
89c40ddc4c
|
serving support acl mutex
|
4 years ago |
lichenever
|
6dd2c75948
|
fix_auto_parallel_find_loss_bug
|
4 years ago |
xuanyue
|
357b597b4f
|
add onnx parser and adjust the way of printing unsupport op
|
4 years ago |
mengyuanli
|
d56eb90044
|
syc op_base act type with schema
|
4 years ago |
zhaozhenlong
|
39c0ef10cb
|
scale stack fp16
|
4 years ago |
tao_yunhao
|
caf25aa4d3
|
add string_util & cpu op skip_gram
|
4 years ago |
mindspore-ci-bot
|
19230d92ed
|
!7016 [MSLITE]modified mem check condition
Merge pull request !7016 from wangchangkai/master
|
4 years ago |