changzherui
91301a6d1a
modify export file name
4 years ago
mindspore-ci-bot
47d854143f
!9119 fix bug in thread_pool & fix codex
...
From: @hangangqiang
Reviewed-by: @HilbertDavid,@ddwsky
Signed-off-by: @HilbertDavid
4 years ago
mindspore-ci-bot
cc92c276ad
!9086 nop node infer shape
...
From: @liubuyu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
864288e10a
!9098 fix the bug that Conv2dBnFoldQuantoneconv ascend .
...
From: @xiaoyisd
Reviewed-by: @sanjaychan
Signed-off-by: @sanjaychan
4 years ago
hangangqiang
fcde1b3623
fix bug in thread_pool & fix codex
4 years ago
mindspore-ci-bot
3874160faf
!9085 Fix MultiFieldEmbedding Doc Error
...
From: @huangxinjing
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
3bed28822d
!9024 Add four text C++ API
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
aa2296bcc1
!9094 Blocking TakeOp/SkipOp under Cache
...
From: @lixiachen
Reviewed-by: @nsyca,@mikef,@nsyca,@mikef
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
dc04034233
!9077 Add pynative mode for Tensor.view and Tensor.expand_as
...
From: @liangzhibo
Reviewed-by: @chenfei52,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
0eb01b69cc
!9102 Fix attr of hccl stub node
...
From: @zhoufeng54
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
4 years ago
mindspore-ci-bot
40222f59a7
!9043 Add support to op L2Loss on gpu
...
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui,@liangchenghui
4 years ago
mindspore-ci-bot
627e4d0cf3
!8952 [MS][LITE][CPU]Add adder op
...
From: @fuzhiye
Reviewed-by: @hangangqiang,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
715ca637e1
!9107 ps testcast
...
From: @chopin_syp
Reviewed-by: @xsmq,@kisnwang
Signed-off-by: @kisnwang
4 years ago
mindspore-ci-bot
67505ef198
!9050 Mix bugs in Categorical distribution
...
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
4 years ago
liubuyu
04136bdf66
nop node infer shape
4 years ago
shenyeping
6da2169439
ps
4 years ago
zhoufeng
5f25f34f46
fix attr of hccl stub node
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
shenwei41
4e56618d18
Add text C++ API
4 years ago
l00591931
ee45c04775
Add pynative view and expand_as
4 years ago
mindspore-ci-bot
1321483749
!8878 [MSLITE] convert fusion module secure check
...
From: @zhengjun10
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
mindspore-ci-bot
6cf308076d
!9062 upsample fp32
...
From: @zhaozhenlong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by:
4 years ago
mindspore-ci-bot
eb696440d0
!9011 [MSLITE] fc int8 peroc
...
From: @ling_qiao_min
Reviewed-by: @hangangqiang
Signed-off-by:
4 years ago
xiaoyisd
9a07c607e6
fix ascend bug
4 years ago
mindspore-ci-bot
3fa7233f68
!9072 fix topk fussion help tensor size = 4096*2
...
From: @jjfeing
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by:
4 years ago
mindspore-ci-bot
41be7288a4
!8868 Fix Code Format
...
From: @huangxinjing
Reviewed-by: @lichen666,@yangzhenzhang
Signed-off-by:
4 years ago
huangxinjing
6aea4ba4a7
Fix doc for multi-field embedding
4 years ago
zhouyuanshen
f6e87143c6
add support to op L2Loss on gpu
4 years ago
mindspore-ci-bot
83c1540c36
!9042 support opencl program binary cache
...
From: @ddwsky
Reviewed-by: @HilbertDavid,@zhanghaibo5
Signed-off-by: @HilbertDavid
4 years ago
mindspore-ci-bot
90e02ef33a
!9075 fix expanddims infershape in backend
...
From: @yao_yf
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
0aa63f21c5
!9039 register FastGelu for activation
...
From: @shibeiji
Reviewed-by:
Signed-off-by:
4 years ago
tinazhang
27698866d1
Block take/skip under cache and fix docstring
...
and other minor changes per the request of HQ testers
4 years ago
mindspore-ci-bot
bd8522aff7
!8802 Boilerplate code for IR Tree optimizer
...
From: @nsyca
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e6ebb310eb
!8928 [MS][GPU][CUDA] - New GPU kernel -> LinSpace
...
From: @danishnxt
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c3b057bd69
!8825 [MS][GPU] GatherV2_Dynamic_BugFix
...
From: @danishnxt
Reviewed-by:
Signed-off-by:
4 years ago
Nat Sutyanyong
5e1bb0b697
boilerplate code for future IR optimizer
...
add 2 test cases to IRNode Deepcopy()
address review cmts
fix ut
samplerObj copy
ci
fix ci
fix ci round III
address further review cmts
add a missing macro
fix merge conflict
fix complie err
fix lite compile err
fix compile err
fix lite compile round III
address an issue
fix minor comments
4 years ago
mindspore-ci-bot
dabb82ec7a
!8846 host cpu support dynamic shape
...
From: @liubuyu
Reviewed-by: @jjfeing
Signed-off-by:
4 years ago
mindspore-ci-bot
10f795da29
!9070 Fix the bug of index out of range in step trace feature
...
From: @gzhcv
Reviewed-by: @ouwenchang,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
mindspore-ci-bot
32aa790f43
!9071 add testcase for ps
...
From: @chopin_syp
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
4 years ago
mindspore-ci-bot
ebef1df00b
!8994 split dropout op and expand dropout
...
From: @zengzitao
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9130660a2f
!9055 add yolov3 export file and fix bert exprt bug
...
From: @yuzhenhua666
Reviewed-by: @liangchenghui
Signed-off-by:
4 years ago
yao_yf
3be87bf352
fix expand_dims infershape
4 years ago
tx1103mark
7a6876c21c
converter fusion module sec check
4 years ago
mindspore-ci-bot
2ac9eafebb
!9053 [MD] fix bug in dataset deepcopy
...
From: @liyong126
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
e4d29455ee
!9066 [MD][PSSERVER] Fix psserver mode problem
...
From: @xiefangqi
Reviewed-by: @limingqi107,@pandoublefeng
Signed-off-by: @pandoublefeng
4 years ago
mindspore-ci-bot
24b8402848
!9014 [AutoParallel] support tuple of axis for softmax
...
From: @ch-l
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
2c40e98070
!9052 [MS][LITE]Fix arithmetic compare, matmul, logicalnot, constant_folding_fusion
...
From: @gongdaguo
Reviewed-by: @zhang_xue_tong,@hangangqiang
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
7de53953e4
!8988 Remove data sync in tensor's ToString
...
From: @irmo
Reviewed-by: @zh_qh,@chenfei52
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
5ae37ce350
!9058 Fix MultiFieldEmbedding Doc Error
...
From: @huangxinjing
Reviewed-by: @stsuteng,@zh_qh
Signed-off-by: @stsuteng
4 years ago
jjfeing
8fb7d11ecb
fix topk help 4096
4 years ago
mindspore-ci-bot
d6024f8e96
!9061 Fix bug caused by function null pointer
...
From: @yeyunpeng2020
Reviewed-by: @hangangqiang,@HilbertDavid
Signed-off-by: @hangangqiang
4 years ago