Zhang Qinghua
25a2b8cd5b
Never inline middle after block for control flow.
5 years ago
yang_chun
52637531cd
add applyadagrad operator on cpu.
5 years ago
zhouyuanshen
458f0e7c58
dynamic shape adapting for allreduce and reducesum
5 years ago
shenwei41
31325ea231
fix bug
5 years ago
dinglongwei
8cd631ca8b
add cpu_ops_maximum()
5 years ago
mindspore-ci-bot
c81bb8fe39
!9260 Add ReduceMin op for cpu
From: @anrui-wang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
9466429fdd
!9417 Mod test_dense in ut
From: @wanyiming
Reviewed-by: @zh_qh,@kingxian
Signed-off-by: @kingxian
5 years ago
liangchenghui
5bd25364d1
delete nn.LinSpace interface
5 years ago
mindspore-ci-bot
493594e045
!9380 Codedex change and comments change
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
lishixing3
824418c8f6
add dropout
5 years ago
lihongkang
79333916ed
fix bugs
5 years ago
zhanghuiyao
fcc6e3b49f
Add FaceQualityAssessment net model_zoo/research/cv/
5 years ago
mindspore-ci-bot
61d717032c
!9047 [lite]mindir reconstruct compatibility
From: @xu_anyue
Reviewed-by:
Signed-off-by:
5 years ago
dayschan
e5306b913d
GraphKernel Fuser
Refactor the BasicOpsFusion and CompositeOpsFusion to one pass.
Add a pass to eliminate the redundant output.
TODO: rename the file basic_ops_fusion and delete the file composite_ops_fusion
5 years ago
mindspore-ci-bot
64de6a9a93
!9324 mindspore cxx api
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
8bedff1a0d
!9450 set graph mode should before init(), otherwise hccl will report repeat init error
From: @caojian05
Reviewed-by: @linqingke,@guoqi1024
Signed-off-by: @linqingke
5 years ago
fangzehua
b8943722c8
add random_map ops
5 years ago
mindspore-ci-bot
3eb49a4a7e
!9420 [MSLITE] fp32 add optimize
From: @ling_qiao_min
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a9e586dbe7
!9428 [GraphKernel] Modify cast to accelerate amp performance when active graph kernel
From: @tronzhang
Reviewed-by: @ryanww,@gaoxiong1
Signed-off-by: @gaoxiong1
5 years ago
panfengfeng
38aad35138
change log level
5 years ago
hebotao
ae68883945
Add Select ops for cpu
Add select ops for cpu
Add select ops for cpu
Add select ops for cpu -- remove useless methods
Add select ops for cpu -- remove useless methods
Add select ops for cpu -- remove useless methods
5 years ago
zhanyuan
171e332713
[MSLITE] Support GEMV for ARM v7a
5 years ago
mindspore-ci-bot
bfc6cca4f8
!9441 modify example
From: @lijiaqi0612
Reviewed-by: @c_34,@zh_qh
Signed-off-by: @c_34
5 years ago
mindspore-ci-bot
a6766001ec
!9454 fix hccl init in resnext50
From: @zhouyaqiang0
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34
5 years ago
wsq3
c811e8c714
Optimizer parameters,Improve yolov3_darknet53 network precision
5 years ago
yanzhenxiang2020
3a1a9ff6dc
add LogUniformCandidateSampler and ComputeAccidentalHits op for aicpu
5 years ago
Pengyongrong
3f9847f529
GPU Ops for PRRelu Optimization
5 years ago
looop5
0f5ce8e8bb
update submodule akg to fix performance deterioration of Fused_LambUpdateWithLR
5 years ago
mindspore-ci-bot
f019a4a0af
!9473 Remove float64 from IGamma's supported dtype
From: @peixu_ren
Reviewed-by: @zichun_ye,@liangchenghui
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
a6b716003f
!9469 Fix minor issues in distribution classes
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
5 years ago
mindspore-ci-bot
014c7bfaf3
!9444 [MSLITE][Develop] fix code review
From: @sunsuodong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhanghaibo5
5 years ago
yangruoqi713
c9b6f6d0d8
[MSLITE][Develop] fix bug of lite infershape
5 years ago
xuanyue
dbf296dba6
mindir reconstruct
5 years ago
mindspore-ci-bot
9aae337f11
!9453 fix symmetric bug
From: @xiaoyisd
Reviewed-by: @liangchenghui,@jjfeing
Signed-off-by: @liangchenghui
5 years ago
ling
09417ba444
[MSLITE] fp32 add optimize
5 years ago
peixu_ren
4b9a5d03c5
Remove float64 from IGamma's supported dtype
5 years ago
Peilin Wang
95a6ee754d
initial commit
5 years ago
mindspore-ci-bot
07dbe082c5
!9188 Migrate 3 passes from run-time ExecutionTree to IR optimizer
From: @nsyca
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
98aac335fa
!9403 Fix input/output docstring indentation for ops in random_ops.py
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
5 years ago
Xun Deng
4ef9e9e57f
fix minor issues in distribution classes
5 years ago
Nat Sutyanyong
d69a29a44e
Migrate 3 pre passes to IR optimizer, namely, cache_error_pass, epoch_injection, and removal_pass
5 years ago
Adel Shafiei
870062770b
raise an exception if debugger PORT and/or IP are not set correctly.
5 years ago
mindspore-ci-bot
a15356c779
!9329 Fix CI Alarms
From: @jonwe
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
215f0a7b46
!9037 Updating inputs for ScatterAdd and ScatterUpdate, fix dynamic issue
From: @TFbunny
Reviewed-by: @robingrosman,@robingrosman
Signed-off-by:
5 years ago
mindspore-ci-bot
73c91e05b1
!9398 Change Build to return status
From: @alex-yuyue
Reviewed-by: @mikef
Signed-off-by:
5 years ago
mindspore-ci-bot
1a36c26088
!9404 dataset Python Pushdown - minor code rework
From: @cathwong
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
5 years ago
mindspore-ci-bot
6ec8b97963
!9340 Rename SamplerRT Print() to SamplerPrint()
From: @lixiachen
Reviewed-by: @nsyca,@mikef
Signed-off-by: @nsyca
5 years ago
Jonathan Yan
d7bb5cd058
Fix CI Alarms
5 years ago
mindspore-ci-bot
ab15d11d9c
!9393 modify c_ops register when loadding mindir
From: @wangnan39
Reviewed-by: @guoqi1024,@kingxian
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
b9479b45d4
!9349 Fix bug of null output addr of tensor in valuenode
From: @joylvliang
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @chujinjin
5 years ago