hedongdong
e5d0d87a93
[Docs] update formulas for math and array operators
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
hedongdong
c67bb608b0
[Docs] update formulas for math and array operators
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
2f5483ebb3
!12232 delete some attributes
From: @zhupuxu
Reviewed-by: @zhunaipan,@kingxian
Signed-off-by: @kingxian
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
zhangyi
a85d333241
fix indent of docstring for ReduceMean.
5 years ago
gongxiaoqing
2f71ccdee1
回退 'Pull Request !12038 : Frontend operator attribute modification'
5 years ago
yanglf1121
01bfacddd6
add reduceany and reduceall to cpu
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
e6221008a1
!12041 unify parameter output type
From: @zhangbuxue
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
buxue
81d26eaa34
unify parameter output type
5 years ago
l00591931
edbe3bfd3b
Add deprecated function
5 years ago
zhupuxu
dff5896b9a
delete some attributes
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
5 years ago
mindspore-ci-bot
c2d120e714
!11978 Add grad impl for op MatrixInverse
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
zhouyuanshen
a078e11f66
add grad impl for op MatrixInverse
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
mindspore-ci-bot
21670a5777
!11808 [examples] correct failed examples.
From: @david-he91
Reviewed-by: @ljl0711,@liangchenghui
Signed-off-by: @liangchenghui
5 years ago
hedongdong
cf69e39d31
[examples] correct failed examples
5 years ago
mindspore-ci-bot
39d0629e1a
!11770 [Docs] update formulas for math and array operators
From: @david-he91
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
5 years ago
hedongdong
8107cb8283
[Docs] update formulas for math and array operators
5 years ago
mindspore-ci-bot
c37aa71009
!11409 [cpu] Add LogicalNot, LogicalAnd, LogicalOr op
From: @yanglf1121
Reviewed-by: @wuxuejian,@kisnwang
Signed-off-by: @wuxuejian
5 years ago
jiangzhenguang
991fb122f3
add_mish_mulnonan_selu_operations
5 years ago
yanglf1121
9c21f78f16
Add cpu op LogicalAnd, LogicalOr, LogicalNot
5 years ago
TFBunny
c994eab732
add dynamic shape and testcases to MatMul & BatchMatMul
5 years ago
yanghaoran
58bae307d6
fix bugs
5 years ago
lihongkang
1d7951fb11
fix bugs
5 years ago
lihongkang
5bd1a198ad
fix bugs
5 years ago
mindspore-ci-bot
a531628dd5
!10325 modify MetaTensor and Tensor
From: @Somnus2020
Reviewed-by: @kingxian
Signed-off-by: @kingxian
5 years ago
lilei
b858097ae4
modify MetaTensor and Tensor
5 years ago
“dangjiaqi1”
14a439f80c
update annotation for math_ops.py
5 years ago
mindspore-ci-bot
1bb9342aa0
!8100 New add matrix inverse ops.
From: @linqingke
Reviewed-by:
Signed-off-by:
5 years ago
shibeiji
0fd3f6ad55
add cpu operators: Reciprocal/LessEqual/MinimumGrad/GatherD/GatherDGrad
5 years ago
caojian05
06fb28c703
add CPU ops: Greater/GreaterEqual/Range/GatherNd for center net
5 years ago
linqingke
96183f8b12
new add matrix inverse.
5 years ago
mindspore-ci-bot
0105b2166e
!10370 Add BatchMatMul for CPU
From: @xukailun_1
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
28593e23c8
!10617 Add support to op squaresumall on gpu
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
4257288bb7
!10066 Add CumSum Kerner for CPU
From: @shaoxiangdong
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
9366200dba
!9646 Add Expm1 Operator for CPU
From: @xukailun_1
Reviewed-by:
Signed-off-by:
5 years ago
x00540480
69f882c083
batchmatmul
5 years ago
zhouyuanshen
1ba7fd1c44
support squaresumall on gpu
5 years ago
shibeiji
d043eeb834
add CPU operators: Div/Mod/Minimum/Floor/ArgMinWithValue
5 years ago
shaoxiangdong
accf7c4671
Add CumSum Kerner for CPU
5 years ago
wangshuide2020
9c6128c84c
update the example of TensorAdd and DepthToSpace operator.
5 years ago
wangshuide2020
3d1647d770
update the example of NMSWithMask operator and modify the format of description of ScatterUpdate operator.
5 years ago
mindspore-ci-bot
cff3141d99
!10218 add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
From: @caojian05
Reviewed-by:
Signed-off-by:
5 years ago
caojian05
a3b6f57842
add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
5 years ago
zhunaipan
f08cac4fbe
modify the comment format
5 years ago
wangshuide2020
fd74df15c8
update the description of some operations.
5 years ago