hedongdong
e5d0d87a93
[Docs] update formulas for math and array operators
5 years ago
mindspore-ci-bot
8fabb26412
!12350 add float64 support to concat GPU
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
TFBunny
ebb7f2e771
add float64 support to concat GPU
5 years ago
TFBunny
799e51cff0
Add float64 support to slice ops
5 years ago
mindspore-ci-bot
d1d03a8eff
!12298 update the example of Unique and EditDistance and registration info of BiasAddGrad.
From: @wangshuide2020
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
6b7766b530
!12338 [Docs] update formulas for math and array operators
From: @david-he91
Reviewed-by: @ljl0711,@liangchenghui
Signed-off-by: @liangchenghui
5 years ago
wangshuide2020
6b10de0220
update the example of Unique and EditDistance and registration info of BiasAddGrad
5 years ago
hedongdong
c67bb608b0
[Docs] update formulas for math and array operators
5 years ago
mindspore-ci-bot
adf934c567
!12152 Rewrite sequence_mask as a composite op
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
5 years ago
mindspore-ci-bot
96cea98864
!11731 Add dynamic shape support to ReLU6 GPU
From: @TFbunny
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
6ed6d57076
!11560 Add dynamic shape support and testcases to GPU Dropout
From: @TFbunny
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
7d5c44df90
!12263 update the registration info of InTopK operator.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui,@wuxuejian
5 years ago
mindspore-ci-bot
506ab6f477
!12166 [cpu] Add reduceall and reduceany to cpu
From: @yanglf1121
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
3f81802498
!12256 delete some attributes
From: @zhupuxu
Reviewed-by: @kingxian,@liangchenghui
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
43eb2afd98
!12199 getitem by int add restrict data rank in [0,8]
From: @yepei6
Reviewed-by:
Signed-off-by:
5 years ago
wangshuide2020
5ed6b320be
update the registration info of InTopK operator.
5 years ago
mindspore-ci-bot
f1ec0bc1b8
!12242 Setitem debug
From: @yepei6
Reviewed-by: @kisnwang,@kingxian
Signed-off-by: @kingxian
5 years ago
luopengting
b4d56f6358
add functions to check for directory and filename
1. add validation for directory and filename
2. refactor the file operations about path
3. add in CMakeLists
4. add logger in nn_ops
5 years ago
mindspore-ci-bot
2f5483ebb3
!12232 delete some attributes
From: @zhupuxu
Reviewed-by: @zhunaipan,@kingxian
Signed-off-by: @kingxian
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
zhupuxu
17a072987a
delete attrs
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
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
zhupuxu
e5ad77e3f7
delete attrs
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
5 years ago
mindspore-ci-bot
3a4d575844
!12237 Fix api comments of ReduceMean.
From: @zhang_yi2020
Reviewed-by: @gemini524,@liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
5 years ago
yepei6
c22081abb3
setitem debug
5 years ago
yepei6
10cf3f1524
add the data rank district to [0,8])
5 years ago
zhangyi
a85d333241
fix indent of docstring for ReduceMean.
5 years ago
wangshuide2020
2897cd3893
update the register info of L2Loss.
5 years ago
mindspore-ci-bot
fd18382853
!11759 [Numpy-Native] Add new numpy-native interfaces and graph support of some ops to mindspore.numpy
From: @yanglf1121
Reviewed-by: @liangchenghui
Signed-off-by:
5 years ago
mindspore-ci-bot
9b7a3c0ec2
!12173 fix the example of MultiFieldEmbeddingLookup operator.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
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
mindspore-ci-bot
4d9551e129
!12046 modify Gelu、FastGelu to GeLU and FastGeLU
From: @jinyaohui
Reviewed-by:
Signed-off-by:
5 years ago
TFBunny
ad3d737d29
Rewrite sequence_mask as a composite op
5 years ago
gongxiaoqing
2f71ccdee1
回退 'Pull Request !12038 : Frontend operator attribute modification'
5 years ago
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
5 years ago
mindspore-ci-bot
aebe263dce
!11895 unify mindir for different backend: the output num of optimizer ops, the backward of concat
From: @wangnan39
Reviewed-by:
Signed-off-by:
5 years ago
wangshuide2020
6030cc83bd
fix the example of MultiFieldEmbeddingLookup operator.
5 years ago
mindspore-ci-bot
1198ba63de
!12162 modify depend interface description
From: @huangbingjian
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
yanglf1121
01bfacddd6
add reduceany and reduceall to cpu
5 years ago
mindspore-ci-bot
c9aaa70b39
!12092 Change L2Norm, merge from r1.1 to master
From: @liangzhibo
Reviewed-by: @ginfung
Signed-off-by:
5 years ago
huangbingjian
e6059b834a
modify depend interface description
5 years ago
mindspore-ci-bot
150dad4e46
!12102 fix the validation of Softmax, Tanh, Elu operators.
From: @wangshuide2020
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
aa7f82cf1b
!12038 Frontend operator attribute modification
From: @zhupuxu
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
ad5b033cc5
Change L2Norm, r1.1 to master
5 years ago
wangshuide2020
8da6d65222
fix the validation of Softmax, Tanh, Elu operators.
5 years ago
mindspore-ci-bot
b6183f718f
!12127 getitem support shape 0
From: @yepei6
Reviewed-by: @kisnwang,@kingxian
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
74652eb942
!12044 modify pack to stack
From: @jinyaohui
Reviewed-by:
Signed-off-by:
5 years ago