chenfei
0ae5eb4618
add ms header of env var
2021-12-10 09:35:22 +08:00
huanghui
ba66c0d491
add security isolate for save_graphs
2021-09-14 10:24:12 +08:00
zhousiyi
44bdcb101c
fix while loop compile error when weight is used in while condition
2021-08-25 01:33:34 +00:00
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
...
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
2021-08-23 01:46:38 +08:00
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
2021-08-22 13:39:37 +08:00
zhousiyi
dcd374961e
incoroporate getitem if indexed node is zeros_like so AddN(MakeTuple(x, zeros_like)) can be optimized
2021-08-19 03:28:24 +00:00
huangbingjian
d695554ae5
modify the error message of abstract join
2021-06-18 14:12:10 +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
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
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
hedongdong
8241dfa443
Add dynamic shape support for the operator Concat
2021-01-21 20:36:29 +08:00
jinyaohui
a9972a7def
optim pylint
2020-08-31 14:49:57 +08:00
panyifeng
1a54785fe2
remove name arg from gradoperation
2020-08-26 11:16:57 +08:00
fary86
8d245497a4
Fix large for loop Runtime Error due to backend missing operators
2020-08-25 16:25:41 +08:00
mindspore-ci-bot
afd16fbf0a
!4963 fix bug of switch layer join
...
Merge pull request !4963 from fary86/fix_switch_layer_join_bug
2020-08-25 10:47:32 +08:00
fary86
947e19b839
Fix bug of switch layer join
2020-08-25 09:08:53 +08:00
panyifeng
637e812347
remove global grad ops
2020-08-24 16:50:09 +08:00
fary86
04524b6bd3
Fix coredump caused by function call depth too large
2020-08-22 15:00:04 +08:00
panyifeng
abab21ed57
add func type check for switch layer
2020-08-21 16:11:40 +08:00
panyifeng
f9f3cd7ce0
fix switch_layer_issues
2020-08-21 14:17:51 +08:00
panyifeng
22a9d02e9f
switch_layer incorporate env_get and tuple_get
2020-08-18 20:23:23 +08:00
fary86
38083e055a
Fix coredump missing return statement after while loop
2020-08-18 14:16:21 +08:00
panyifeng
1c296b96c9
fix switch layer sigle prim cell
2020-08-14 17:04:01 +08:00
fary86
7602054acd
Fix do concat in while loop specialize error
2020-08-06 19:41:11 +08:00
panyifeng
9927e6eb5c
eager mode sparse
2020-08-05 18:21:30 +08:00
kingfo
73ea9b7855
fix mix precesion operator issue
2020-07-25 09:40:50 +08:00
simson
5f77fbdd75
Rewrite tensor's __bool__ for pynative mode
2020-07-23 16:51:46 +08:00
fary86
e17469bf42
Fix bug of large for loop
2020-07-03 11:15:41 +08:00
huangdongrun
beacc26077
* add isconstant primitive
...
* add infer_value for common math ops
* convert constant bool tensor to bool value
* do not infer value when encounter 0 as division
for while condition, do not unrool if condition is a tensor
2020-06-04 21:51:44 +08:00
liuwenhao4
f87c70a9ab
Fixing some tiny faults about Pylint in my code(ops)
2020-05-29 12:01:04 +08:00
mindspore-ci-bot
1a4abefa9a
!1385 support for multi nest switch
...
Merge pull request !1385 from amongo/SupportMultiSwitch
2020-05-28 16:21:10 +08:00
huangdongrun
334d038008
add support for multi switch
...
resolve review
2020-05-26 21:20:29 +08:00
liuwenhao4
f3f0cbaeee
Fixing some tiny faults about Pylint in my code(ops)
2020-05-25 21:27:45 +08:00
jinyaohui
fbdba6e4da
clean pylint
2020-05-22 13:23:13 +08:00
huangdongrun
3e2074b113
add check for ControlDepend
2020-05-20 22:48:00 +08:00
jinyaohui
5a914994ba
clean pylint
2020-05-18 16:42:35 +08:00
jinyaohui
bcfaff97f9
clean pylint
2020-05-18 10:31:46 +08:00
jiangjinsheng
c05203ef06
add validate for geswitch and merge
2020-05-16 17:49:21 +08:00
panyifeng
065e25e1bb
Support index to switch_layer
2020-05-11 15:52:30 +08:00
panyifeng
b7596e1f33
Add switch_case primitive
2020-05-09 09:38:17 +08:00
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-03-27 22:54:54 +08:00