zhang__sss
8bae4d9d50
grad
4 years ago
Margaret_wangrui
7b93e4e87c
1、Optimize the error message in operator 2、add operator test cases
4 years ago
Margaret_wangrui
f5791cf62e
clean pclint
4 years ago
yujianfeng
6e04468900
Clean code for compiler
4 years ago
yujianfeng
752bdde06d
Optimize of exception log of AD
4 years ago
l00591931
c07c286fcd
Add forward mode auto diff
4 years ago
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
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
huanghui
678c49a606
fix pylint and codecheck at 0819
4 years ago
yujianfeng
31a450842d
Code self-check fix
4 years ago
zhangzhaoju
518f0e4d88
ci format issue fix
4 years ago
huangmengxi
c0ce9c49b8
fix tuple bounds
4 years ago
Zhang Qinghua
a3e6009b53
Add reverse option for HyperMap and Map, and enable reverse option for optimizers.
4 years ago
Margaret_wangrui
5adb0f03e9
code check
4 years ago
yujianfeng
3fe45ccacb
code check clean
4 years ago
Zhang Qinghua
7cbd0fc01a
Revert "Ignore items order in HyperMap."
This reverts commit 9dffcb15db .
5 years ago
Zhang Qinghua
9dffcb15db
Ignore items order in HyperMap.
5 years ago
Zhang Qinghua
2b24a7a9cf
Keep states between hyper map inner ops.
5 years ago
mindspore-ci-bot
cf5eaf8590
!13050 Don't insert UpdateState for HyperMap func graph call, move auto monad eliminator out from CSE, and eliminate auto monad nodes for output node.
From: @zh_qh
Reviewed-by:
Signed-off-by:
5 years ago
Zhang Qinghua
e853df4ecd
Don't insert UpdateState for HyperMap func graph call.
Move auto monad eliminator out from CSE.
Eliminate auto monad nodes for output node.
5 years ago
Zhang Qinghua
8d36b00426
Add defer_inline flag for on-grading primal graph.
5 years ago
yujianfeng
f0b7c3dd4d
Add a switch to control grad for scalar
5 years ago
yujianfeng
41189781f3
support scalar input for cell
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
buxue
899d6114a4
improve grad of first input
5 years ago
Zhang Qinghua
c621a48533
Refactor grad operation implementation.
5 years ago
buxue
e8cd572bc2
add check for outermost net inputs type and support isinstance first arg an empty list
5 years ago
buxue
acec35d4d4
support non tensor inputs
5 years ago
huanghui
bda74495f3
Add trace mangager around front opt
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
buxue
458498900c
support not in and add check for grad_with_sens with no sense provide.
5 years ago
panyifeng
abab21ed57
add func type check for switch layer
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
buxue
02d6e3a43a
fix bugs
5 years ago
Wei Luning
ea3ddea3d4
remove ref origin
5 years ago
mindspore-ci-bot
a4f447af6c
!3289 Move abstract function to core abstract folder.
Merge pull request !3289 from ZhangQinghua/master
5 years ago
Zhang Qinghua
7b69565d91
Move abstract function to core abstract folder.
5 years ago
panyifeng
4d4e23fd9e
Add bprop for sparse_tensor
5 years ago
panyifeng
5a10383cc3
add coo_tensor
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago