huangbingjian
d695554ae5
modify the error message of abstract join
2021-06-18 14:12:10 +08:00
huangbingjian
ad8f73f32b
set default context mode to GRAPH_MODE
2021-06-09 14:40:49 +08:00
liuxiao93
1160088c8f
support avgpool3d
2021-05-22 14:44:11 +08:00
mindspore-ci-bot
ed72a0d9c3
!16497 Add more accurate abstract join error information
...
From: @huangbingjian
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-05-18 19:36:11 +08:00
huangbingjian
81624dd501
add more error report to abstract join
2021-05-17 21:14:17 +08:00
Zhang Qinghua
bea16101c3
Add environment variable to enable recursive evaluate.
2021-05-14 20:01:19 +08:00
yepei6
acbd7eb023
add more tensor methods
2021-05-10 14:40:53 +08:00
huangmengxi
d6be043cb9
fix & restructure setitem
2021-04-27 10:03:10 +08:00
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
2021-03-18 19:02:28 +08:00
l00591931
bd777e0710
throw exception when tensor has zero in shape
2021-03-16 10:39:48 +08:00
mindspore-ci-bot
e1a95b1152
!12714 rebuild getitem
...
From: @yepei6
Reviewed-by:
Signed-off-by:
2021-03-11 14:49:21 +08:00
liuxiao93
35f6ba9011
Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
2021-03-10 15:33:07 +08:00
yepei6
57373ed30a
merge getitem the by otehr types to by tuple(success)
2021-03-09 10:47:29 +08:00
mindspore-ci-bot
e58be0de71
!12737 quantum state evolution operator
...
From: @donghufeng
Reviewed-by:
Signed-off-by:
2021-03-03 15:38:42 +08:00
mindspore-ci-bot
85461bcdb3
!12532 add SyncBatchNorm
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
2021-03-01 19:34:41 +08:00
xuxs
066d23e2ad
evolution operator
2021-03-01 14:20:31 +08:00
yuchaojie
6d195f340c
add SyncBatchNorm
2021-02-27 14:32:54 +08:00
mindspore-ci-bot
f269f3fc8d
!12231 Support ad for scalar inputs
...
From: @ginfung
Reviewed-by:
Signed-off-by:
2021-02-26 15:50:32 +08:00
yujianfeng
41189781f3
support scalar input for cell
2021-02-25 09:56:15 +08:00
wangshuide2020
b9eb90b198
add GPU for DenseBnAct, Erfc, Log1p, etc. in Supported Platforms.
2021-02-24 16:30:38 +08:00
wangshuide2020
8a7fa2e651
add raises description for Cast, Diag, Eye, Fill etc. operators.
2021-02-23 17:33:19 +08:00
mindspore-ci-bot
bff0fde980
!12249 make slice support tensor
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
2021-02-23 10:55:27 +08:00
buxue
416017bf65
make slice support tensor
2021-02-22 17:07:37 +08:00
xuxs
c70049b190
mindquantum
...
mindquantum
cmake lint
projectq patch
test pqc
space
pylint
pqc python ops
doc
check
bug
bug
bug
bug
check boundary condition
mindquantum in log_adapter
mindquantum in adapter and recorder cc
substract to subtract
public variable to private variable
public variable to private variable
commit
debug
debug
const in utils
delete dtol
clint
2021-02-20 12:33:51 +08:00
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
2021-02-08 10:25:57 +08:00
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)
```
2021-02-08 09:01:15 +08:00
liu_xiao_93
fabc25538e
Add BCEWithLogitsLoss
2021-02-07 09:06:16 +08:00
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
2021-02-05 17:19:52 +08:00
jinyaohui
8022f9a6ed
modify pack to stack
2021-02-04 18:54:31 +08:00
buxue
6ccc4379b4
do not broaden scalar
2021-02-03 11:30:25 +08:00
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
2021-02-01 17:53:52 +08:00
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
2021-01-30 14:13:47 +08:00
jiangzhenguang
de8c2c95d1
add isfinite grad
2021-01-27 09:10:49 +08:00
mindspore-ci-bot
8170669909
!11174 add_mish_mulnonan_selu_operations
...
From: @jiangzg001
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
2021-01-23 17:24:17 +08:00
mindspore-ci-bot
f8f6421459
!10968 Add dynamic shape support for the operator Concat
...
From: @david-he91
Reviewed-by:
Signed-off-by:
2021-01-23 16:58:40 +08:00
jiangzhenguang
991fb122f3
add_mish_mulnonan_selu_operations
2021-01-22 10:31:31 +08:00
hedongdong
8241dfa443
Add dynamic shape support for the operator Concat
2021-01-21 20:36:29 +08:00
mindspore-ci-bot
60feffad20
!11332 update Pooling's attr kernel_size, pad_mode
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
2021-01-19 16:17:45 +08:00
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
2021-01-18 12:10:20 +08:00
buxue
69d9a33ddb
show line of code when parse or resolve phase exception
2021-01-16 16:31:04 +08:00
liuxiao93
aacad990c3
Add grad of sort.
2021-01-11 09:07:46 +08:00
mindspore-ci-bot
274e0aa750
!10885 add nll_loss operation
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-01-07 14:15:22 +08:00
jiangzhenguang
d3f42e7d6b
add nll_loss operation.
2021-01-06 09:11:35 +08:00
Payne
b12ca2165c
add bool expand dims and wait to test
2020-12-31 14:55:13 +08:00
jiangzhenguang
9f950fb16c
add batchnorm3d
2020-12-29 09:37:35 +08:00
Payne
4f78ee0077
fix getitem bug
2020-12-23 22:02:23 +08:00
mindspore-ci-bot
70dc40551a
!10020 Improve fancy index from 1st dimension to arbitrarily dimension
...
From: @yepei6
Reviewed-by:
Signed-off-by:
2020-12-23 21:23:36 +08:00
Payne
5c9982729d
fancy index getitem
2020-12-22 18:13:16 +08:00
Payne
236bfb75e3
change the int32 restrict to int
2020-12-22 17:35:02 +08:00
buxue
aeeef7607a
remove the 'raise' in construct of Cell
2020-12-17 10:54:42 +08:00