i-robot
81dbc13611
!19563 Optimize armour directory
Merge pull request !19563 from yyuse/fl_op_armour_dir
4 years ago
i-robot
0e6c4071f5
!18987 use transdata to improve performance in print process
Merge pull request !18987 from lvchangquan/transdata_formal
4 years ago
i-robot
a482cf7dc2
!19458 [AutoParallel]fix pipeline split bug
Merge pull request !19458 from lichen/fix_pipeline_split_bug
4 years ago
yangyuan
818f608f13
Optimize armour directory
4 years ago
Lixia Chen
946693e860
Remove builder from cache ops
4 years ago
i-robot
0a6732f6dc
!19047 [MD] Remove Builder
Merge pull request !19047 from harshvardhangupta/remove_builder
4 years ago
i-robot
1876a359f1
!19457 Optimize federated learning directory
Merge pull request !19457 from ZPaC/change-fl-dir
4 years ago
lichenever
108967ff7d
fix_pipeline_split_bug
4 years ago
i-robot
db0a064cfd
!19434 Modify context searching and creating routine, not searching all the time.
Merge pull request !19434 from 张清华/opt0
4 years ago
ZPaC
37ce5dd6a7
Optimize federated learning directory
4 years ago
lvchangquan
09c54c7923
use op transdata to improve performance in print process
4 years ago
dingpeifei
24ff7ab8b4
upgrade_ascend_0705
4 years ago
Zhang Qinghua
b37a0cef63
Modify context searching and creating routine.
4 years ago
Harshvardhan Gupta
5bd8fb57fc
remove builder
4 years ago
liyong
9a1de0af65
add slice patches in python and c++
4 years ago
i-robot
0022d07d6e
!19289 Lift FV before AD pass.
Merge pull request !19289 from 张清华/cconv_opt0
4 years ago
zhousiyi
a5b4e7bbf8
lift fv before grad except weight, then convert
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
to
switch(cond, g1, g2)(Xs, Ys, Zs)
switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
to
switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)
put Zs at last when unifyparameter as it may have u-monad or io-monad
use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body
inline fprop_switch forcely
reorder the parameter if one of the parameter is Monad when incorporate call
incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function
addn with shape() and shape(1)
remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
5 years ago
ql_12345
5af0c890a1
cipher calling code
4 years ago
zhoufeng
b9378e36c3
dynamic default memory size for vnpu
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
i-robot
3629df552c
!18937 upgrade_ascend_0626_mindspore
Merge pull request !18937 from mindspore_ding/upgrade_ascend_0626
4 years ago
dingpeifei
63784e49f5
upgrade_ascend_0626_mindspore
4 years ago
zhoufeng
35797bd5da
add serialization cpp ut
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
i-robot
708e56f659
!17899 Fix compile cache bug for resent50
Merge pull request !17899 from LiangZhibo/cache
4 years ago
l00591931
8ae5d7cc84
Fix compile cache for resnet50
4 years ago
i-robot
6bd66b3d70
!18729 Add register limit constraint
Merge pull request !18729 from lishanni/for_regis_limit
4 years ago
lishanni513
8c98146c76
Add register limit constraint
4 years ago
YangLuo
4e9f6d54f7
update cpp api & doc
4 years ago
i-robot
dca5504fd4
!15672 [assistant][RGB2BGR]
Merge pull request !15672 from QingfengLi/rgb2bgr
4 years ago
lanzhineng
fc8ec7fc49
infer_optv3:infer optimize to find exit of branches and resolve the
endless issue.
4 years ago
chenx2ovo
4b98099dcb
[feat][assistant][I3CEGQ] add op rgb2bgr
4 years ago
i-robot
35b15bda0b
!18465 clean code for memory reuse
Merge pull request !18465 from laiyongqiang/mem_clean
4 years ago
LaiYongqiang
d4d6fb940d
memory reuse code clean
4 years ago
chendongsheng
bfaab72934
add node recovery
4 years ago
Xiao Tianci
a54e65a7ad
add Crop Python API
4 years ago
i-robot
1a626e3ff2
!17952 remove some code
Merge pull request !17952 from caifubi/clean-codex
4 years ago
Xiao Tianci
9c4c1c6a77
add Rotate Python API
4 years ago
caifubi
61efa2c23b
remove some code
4 years ago
mindspore-ci-bot
8fa9e3e611
!17712 fix pclint & codex in profiler
From: @yanghaitao1
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
mindspore-ci-bot
823468d924
!17766 GNN new feature about two memory effeciency format
From: @lizhenglong1992
Reviewed-by: @jonyguo,@heleiwang,@jonyguo
Signed-off-by: @jonyguo,@jonyguo
4 years ago
mindspore-ci-bot
86cb781ce0
!17614 pass optimizer
From: @zhupuxu
Reviewed-by: @zhoufeng54
Signed-off-by:
4 years ago
mindspore-ci-bot
5f39e8bd59
!17818 upgrade_ascend_0604
From: @ding_fei_fei
Reviewed-by: @xsmq,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
dingpeifei
171d09457f
upgrade_ascend_0604
4 years ago
mindspore-ci-bot
f606951063
!17790 Fix code warning in master
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
yanghaitao1
127e4d4068
fix profiler pclint&codex
4 years ago
Zhenglong Li
2c7d1bf603
Implement new gnn feature
4 years ago
zhupuxu
c0099abd03
pass optimizer
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
mindspore-ci-bot
cf27d3c8dc
!12972 Removing Builder from dataset ops phase 1
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
08847d2f64
!17635 [ME]Add parameter eliminate pass with func graph used search
From: @chenfei52
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
l00591931
0424b2d8d6
Fix warning in master
4 years ago
chenfei
4f50b3dfe1
add parameter eliminate pass
4 years ago