zhoufeng
f49b195c39
extract common as an independent shared library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
huanghui
4f372aeb54
fix code warning in anf_ir_dum & draw
4 years ago
huanghui
423d0d112c
Not stop train when an error happens in Draw
4 years ago
yelihua
7c3994e48e
use Common::CreatePrefixPath instead of Common::GetRealPath
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
1630dcb0c8
add subdirectory for log and ir_dump
4 years ago
huanghui
8f3cf6a02c
clean code warning for debug
4 years ago
i-robot
50304d82fb
!17661 add permission for save files
Merge pull request !17661 from zhangbuxue/add_permission_for_save_files
4 years ago
buxue
0049109d11
add permission for save files
4 years ago
huanghui
bcb0208060
code-self-check of debug
4 years ago
chenfei_mindspore
9012df94f2
reduce circle complex of code
5 years ago
huanghui
a2ba47e18a
1. Add unique id for .dat and .dot file to avoid covering
2. Dump the end graph in gpu session and cu session
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
Bairong
8bf92dba21
fix nullptr problem
5 years ago
huanghui
b7519b7418
unify save_graphs_path
5 years ago
zhousiyi
ab74dfc839
refact backend/session from python
5 years ago
panyifeng
49432d11be
fix cpplint
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
Wei Luning
c1c30a44f1
rename param_value -> param_info
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
liubuyu
a499d4e47c
decoupling core and debug
5 years ago
He Wei
4eb81d7934
Rename AnfNode::user_data related functions to follow naming rule
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
He Wei
32379f3e7a
Decouple ir from frontend
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago
He Wei
f337c6bc14
Decouple ParamValue from python
5 years ago
leopz
4508134ceb
add tensor_minnie and separate py from ir
5 years ago
leopz
40e15996b0
move default_param out of parameter and remove pybind11 in anf define
5 years ago
candanzg
2cc85bdc93
Support weight compile according to shape
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
zhoufeng
c2b3360d69
update clang format rule
5 years ago
leonwanghui
322ffef3e4
Fix some typo errors in mindspore ir module
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago