wangyanling
1e3ef98a2d
fix Segmentation fault of resnext50 at Samsung phone
4 years ago
mindspore-ci-bot
8de54f3355
!15602 [GraphKernel]Bugfix about GetValue in akg_kernel_json_generator
From: @dayschan
Reviewed-by: @gaoxiong1,@dylangeng
Signed-off-by: @dylangeng
4 years ago
mindspore-ci-bot
fe5e43747f
!15499 [GraphKernel] enhancement reorder_ops pass to support reordering cast and type insensitive operators
From: @looop5
Reviewed-by: @gaoxiong1,@dylangeng
Signed-off-by: @dylangeng
4 years ago
mindspore-ci-bot
7585362148
!14796 [GRAPH KERNEL]optimize stitch fusion strategy
From: @r1chardf1d0
Reviewed-by: @gaoxiong1,@dylangeng
Signed-off-by: @dylangeng
4 years ago
mindspore-ci-bot
b4b865396f
!15419 [lite]decouple anf and fb, add global format opt
From: @xu_anyue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a0ab73cc8e
!15554 Add floormod op for cpu and gpu
From: @xcnick
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
f8da159db5
!15588 Clean pclint && bot
From: @zhangzhaoju
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
f85b7d56d1
!15585 fix code check
From: @huangbingjian
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
d7a203fb3b
!15592 delete useless code
From: @ling_qiao_min
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
mindspore-ci-bot
15c21b72c8
!15589 mindrt log use mslog
From: @ling_qiao_min
Reviewed-by: @zhang_xue_tong,@hangangqiang
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
5a48a08e34
!15577 [ME][ControlFlow] Add some control sink testcases
From: @Margaret_wangrui
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
59171157de
!15615 update mindspore lite links
From: @chen_ying113
Reviewed-by: @gemini524,@hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
looop5
e88cdc84ec
enhancement reorder_ops pass to support reordering cast and type insensitive operators
support castup, type-insensitive to type-insensitive, castup
refactor reorder_ops
fix compiling
move reorder_ops pass to later
fix abstract
refactor
fix node input num bug
4 years ago
mindspore-ci-bot
1112ee69d7
!15507 [MS][LITE] bias add fusion for weight and bias of value node
From: @zhang__sss
Reviewed-by:
Signed-off-by:
4 years ago
r1chardf1d0
5c5d125b1d
optimize stitch fusion strategy
4 years ago
mindspore-ci-bot
ca70c99599
!15528 fix some pclint warnings in master
From: @lvchangquan
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
4 years ago
yingchen
a348e2c481
update mindspore
4 years ago
mindspore-ci-bot
975e447737
!15409 Add indexes attribute for metrics and make indexes aware
From: @zhiqwang
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
4 years ago
mindspore-ci-bot
fa2b53eb71
!15571 Update MindSpore Doc Topk,Unique,UniqueWithPad
From: @dinglinhe123
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
e26d3f5a21
!15576 fix newAxisMask making ndim incorrect
From: @zhaozhenlong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
xuanyue
a94efee756
decouple anf and fb, add global format opt
4 years ago
mindspore-ci-bot
6801ef61e0
!13634 Add GPU HSigmoid and HSigmoidGrad and support dynamic shape
From: @TFbunny
Reviewed-by: @robingrosman,@robingrosman,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
a000f39764
!15552 use host shape instead of device shape for debugger
From: @john_tzanakakis
Reviewed-by: @yelihua,@pandoublefeng
Signed-off-by: @pandoublefeng
4 years ago
mindspore-ci-bot
15cd9c8997
!15548 fix ci alarm on master
From: @TFbunny
Reviewed-by: @tom__chen,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
87742310cc
!15446 [MD] Cache: add dynamic cache memory sizing support
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
4 years ago
dayschan
5edf2b3d92
Bugfix of GetValue
when the attr is a list that mixed with Int32Imm and Int64Imm (unreasonable, but it occured),
it will crash whether we use GetValue<std::vector<int>> or GetValue<std::vector<int64_t>>.
so we need to traverse the list and pick the numbers manually.
4 years ago
mindspore-ci-bot
ad87aca10d
!12029 Add FastText model for GPU
From: @yuruilee
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
552800e03a
!15509 disable subgraph split
From: @ling_qiao_min
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
ling
e68889d704
mindrt log use mslog
4 years ago
mindspore-ci-bot
e3dc9a75cc
!12898 support parameter freeze
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
ling
56f40e38e7
delete useless code
4 years ago
zhiqiang
2a0b443cc4
Add indexes attribute and make metrics indexes recognizable
4 years ago
mindspore-ci-bot
1c44e367e0
!15367 Add model scaffolding.
From: @c_34
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
2f64dbc28a
!15575 Modify SparseToDense
From: @ZhengQihao3f3f3f
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
7c9dd278b9
!15512 convert the implementation of simoidGrad TanhGrad AbsGrad CPU ops to nnacl
From: @yuanwei66
Reviewed-by: @zhanyuan1,@guoqi1024,@zhaizhiqiang
Signed-off-by: @guoqi1024
4 years ago
Margaret_wangrui
43b13f4a50
add control flow testcases
4 years ago
zhang__sss
08068e6a7a
bias add fusion
4 years ago
mindspore-ci-bot
8c76ee5023
!15538 [MS][LITE] add call ops
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhang_xue_tong
Signed-off-by: @hangangqiang
4 years ago
huangbingjian
302746d6a3
fix code check
4 years ago
mindspore-ci-bot
ebdea178f2
!15555 optimized the network of yolov3_darknet53
From: @shuzigood
Reviewed-by: @ouwenchang,@wuxuejian
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
28dc085886
!15506 upgrade_ascend_0422
From: @ding_fei_fei
Reviewed-by: @xsmq,@liucunwei
Signed-off-by: @liucunwei
4 years ago
zhangzhaoju
afe3afa034
Clean pclint && bot
4 years ago
mindspore-ci-bot
a8bd5c3e83
!15558 [MSLITE] litebus -> mindrt
From: @ling_qiao_min
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
d340e7f102
!15564 remove anfnodeptr in somas parameter
From: @laiyongqiang
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
4 years ago
dinglinhe
72fbc0111c
Update MindSpore Doc Topk,Unique,UniqueWithPad
4 years ago
dingpeifei
76f610b3ed
upgrade_ascend_0422
4 years ago
mindspore-ci-bot
181c4d31c0
!14737 add is dyanmic format op info
From: @jjfeing
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
b77c3f093d
!15436 augassign
From: @yepei6
Reviewed-by: @yanglf1121,@kingxian
Signed-off-by: @kingxian
4 years ago
zhaozhenlong
6be1d58983
fix strided slice new axis mask exceed limit
4 years ago
ZhengQihao3f3f3f
6a8fdb30ab
mod ops 1
4 years ago