liuxiao93
a6b7de5df9
fix check of input dims for BiasAdd.
5 years ago
yanzhenxiang2020
f6677628c0
add StackPush and StackPop for aicpu
5 years ago
mindspore-ci-bot
5a6bb251b0
!12724 add Dropout2D and rename Dropout3d to Dropout3D
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a4c6a5cea0
!13272 add full name to tune result file
From: @laiyongqiang
Reviewed-by: @jjfeing,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
laiyongqiang
89c17078e0
add full name in tune result file
5 years ago
liuxiao93
d44c706baf
batchnorm to batchnorm3d.
5 years ago
mindspore-ci-bot
a4216577cd
!13091 add op's attr default value
From: @laiyongqiang
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
5 years ago
mindspore-ci-bot
54c37bcd61
!12947 Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
From: @liu_xiao_93
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
liuxiao93
35f6ba9011
Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
5 years ago
laiyongqiang
1314521b87
add op's attr default value
5 years ago
liuxiao93
6636fd9dd6
fix op_info of bias_add_grad.py
5 years ago
liu_xiao_93
f37a230fe8
Adapt some ops for 3d format.
5 years ago
mindspore-ci-bot
4543094519
!12823 fix 3d check
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
c529cfa427
!12754 auto tune step one construct json
From: @liubuyu
Reviewed-by:
Signed-off-by:
5 years ago
jiangzhenguang
7727180cf1
fix 3d check
5 years ago
liubuyu
2d97244741
auto tune stage one: construct json
5 years ago
liuxiao93
6459229fff
adapt some 3d ops.
5 years ago
yanzhenxiang2020
95dbfe0636
add Dropout2D and rename Dropout3d to Dropout3D
5 years ago
Peilin Wang
4821caa143
add uint16, uint32, int8, int64, float64 type support to gpu Squeeze op
change to test in graph mode
5 years ago
mindspore-ci-bot
7443ea4b5b
!12369 Add type support to tile op
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
5 years ago
Peilin Wang
1655a88b64
initial commit
5 years ago
hedongdong
0660140708
add new inner operator centralizaiton
5 years ago
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