wangshuide2020
5ed6b320be
update the registration info of InTopK operator.
5 years ago
mindspore-ci-bot
a063d7633d
!12241 [auto-monad] Support side-effects by auto-monad
From: @hwhewei
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
5 years ago
mindspore-ci-bot
61ab50915f
!11959 Add BCEWithLogitsLoss op for Ascend.
From: @liu_xiao_93
Reviewed-by:
Signed-off-by:
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
wangshuide2020
2897cd3893
update the register info of L2Loss.
5 years ago
liu_xiao_93
fabc25538e
Add BCEWithLogitsLoss
5 years ago
mindspore-ci-bot
500bbf5da7
!12164 update graphengine
From: @shenwei41
Reviewed-by:
Signed-off-by:
5 years ago
jjfeing
502be04491
upgrade 0204
5 years ago
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
5 years ago
jinyaohui
8022f9a6ed
modify pack to stack
5 years ago
taroxd
e39f1b68c0
new shape support for batch_matmul
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
5 years ago
jiangzhenguang
af2a798905
update_dump_map
5 years ago
mindspore-ci-bot
8170669909
!11174 add_mish_mulnonan_selu_operations
From: @jiangzg001
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
f8f6421459
!10968 Add dynamic shape support for the operator Concat
From: @david-he91
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
27dc6e19a3
!11489 add validation of ApplyMomentum and update annotation of Broadcast, DistributedGradRecuer, GlobalBatchNorm, etc. Operators.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
991fb122f3
add_mish_mulnonan_selu_operations
5 years ago
hedongdong
8241dfa443
Add dynamic shape support for the operator Concat
5 years ago
wangshuide2020
4cca77cb88
add validation of ApplyMomentum and update annotation of Broadcast, DistributedGradReducer, GlobalBatchNorm, etc. operators.
5 years ago
yuchaojie
611a9a3654
unify Conv's attr pad_list
5 years ago
mindspore-ci-bot
e3f150d329
!11384 update some op's attr name
From: @yuchaojie
Reviewed-by:
Signed-off-by:
5 years ago
yuchaojie
1932d87a26
update some op's attr name
5 years ago
mindspore-ci-bot
50ae1f6855
!11357 add Dropout3d ops for aicpu
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
60feffad20
!11332 update Pooling's attr kernel_size, pad_mode
From: @yuchaojie
Reviewed-by:
Signed-off-by:
5 years ago
yanzhenxiang2020
f8147aa57d
add Dropout3d ops for aicpu
5 years ago
mindspore-ci-bot
5a21943593
!11367 add check support func
From: @jjfeing
Reviewed-by:
Signed-off-by:
5 years ago
Peilin Wang
945ef9ff89
initial commit
forgot some test cases
5 years ago
jjfeing
4f0ecf9857
add checksupport func
5 years ago
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
5 years ago
mindspore-ci-bot
728d66be53
!11224 Fix unsupported transnode KMetaTypeNonexDefaultFormat.
From: @liu_xiao_93
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
6b2fabd01e
!11207 update aicpu op format
From: @wuxuejian
Reviewed-by: @chujinjin,@liangchenghui
Signed-off-by: @liangchenghui
5 years ago
liuxiao93
b0a66cc3a2
fix unsupported transnode KMetaTypeNonexDefaultFormat of DynamicRNN and DynamiGRU.
5 years ago
wuxuejian
21ce520b80
update aicpu op format
5 years ago
liuxiao93
3f2650b1d5
Modify register of TBE ops.
5 years ago
jiangzhenguang
d3f42e7d6b
add nll_loss operation.
5 years ago
shibeiji
b2d98d2751
add tbe fusion operators LambApplyOptimizerAssign and LambApplyWeightAssign for lamb optimizer
5 years ago
liuxiao93
42c2350d79
fix apply_centered_rms_prop_op_info.
5 years ago
yanghaoran
b1ee7d9926
Synchronize latest Ascend software suite 29 Dec 2020
5 years ago
fangzehua
4da4c0fc55
add dynamic assign, pad_and_shift kernel
5 years ago
wangshuide2020
d581340024
update the dtype_format of SparseApplyProximalAdagrad operator.
5 years ago
liangchenghui
ed767b50a2
Fix softmax dtype and format
5 years ago
mindspore-ci-bot
a2aea8cba5
!9578 add_conv3d_transpose_object
From: @jiangzg001
Reviewed-by: @liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
5060565920
add conv3d_transpose.
5 years ago
mindspore-ci-bot
d936779f42
!9269 amend Randperm and add NoRepeatNGram op for aicpu
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
d77e8c39d6
!9606 Update force calculation in MD simulation
From: @zhangxinfeng3
Reviewed-by: @gaoxiong1,@linqingke
Signed-off-by: @linqingke
5 years ago
zhangxinfeng3
4d3602514f
update force calculation in MD
5 years ago
yanzhenxiang2020
d4bca2b9c3
amend randperm
amned amend randperm and add NoRepeatNGram ops for aicpu
5 years ago
mindspore-ci-bot
186f5394ba
!9155 add_conv3d_object
From: @jiangzg001
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
9605102dd1
!9429 update supported platforms for op EmbeddingLookup, ELU and fix bugs of op SparseGatherV2, ArgMaxWithValue
From: @lihongkang1
Reviewed-by: @liangchenghui,@youui
Signed-off-by: @liangchenghui
5 years ago