He Wei
4f04757e16
Fix some typo issues
1. Sequeue --> Sequence
2. Interger --> Integer
4 years ago
Margaret_wangrui
6e5d625153
[ME][Fallback] Support built-in type: complex and reversed.
4 years ago
i-robot
24b3b8fca8
!26597 Collect strategy from cnode
Merge pull request !26597 from ougongchang/fix_collect_strategy
4 years ago
ougongchang
139e1744c9
Collect strategy from cnode
4 years ago
huangbingjian
e623173965
clean code
4 years ago
i-robot
23da0717bc
!26187 Support CSRTensor
Merge pull request !26187 from 杨林枫/csr_frontend
4 years ago
yanglf1121
72db8e4d3f
support sparse tensor frontend
4 years ago
ougongchang
a748d2c8af
fix profiling parallel strategy can not get data in SaveCompileGraph phase
4 years ago
ougongchang
9229f1c1ff
profiler support to collect parallel strategy info
If SetNodeOutputType functions forcibly splits into multiple functions, the readability decreases, so it blocks lizard scans
4 years ago
huanghui
3785b6d1b4
change printed log's level
4 years ago
zhouyaqiang
3d01cb0c3d
handle real to complex bprob
4 years ago
huanghui
80416a71e0
fix warnings of pclint plus, codedex and codecheck
4 years ago
yelihua
7c3994e48e
use Common::CreatePrefixPath instead of Common::GetRealPath
4 years ago
zhouyaqiang
dad375abb9
add gpu complex ops
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
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
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
zhangzhaoju
610ee46ebe
Add file open failure info while file open failed
4 years ago
huanghui
8f3cf6a02c
clean code warning for debug
4 years ago
TinaMengtingZhang
b9e391b6ae
Change fullname_with_scope in dump and online debugger
4 years ago
buxue
0049109d11
add permission for save files
4 years ago
yujianfeng
579c0dd61b
Fix code check warning
4 years ago
zhangzhaoju
2d667f9ed7
ci format problem fix.
4 years ago
huangbingjian
02ea13be38
adapt dump_proto to auto-monad
5 years ago
Islam Amin
722eb2ec5a
ascend graph dump trigger at data dump
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
0597cd3f88
add check for inputs size of return node in dump
5 years ago
simson
068504e8ed
add uint for SetValueToProto
5 years ago
huanghui
b7519b7418
unify save_graphs_path
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
zhousiyi
c25e37e7bf
make backend/optimizer pybind free
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
panyifeng
34e50e5d6e
fix cell bprop
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
panyifeng
5a10383cc3
add coo_tensor
5 years ago
huanghui
4e3c532c86
add full_name for anf_ir.proto
5 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
zhoufeng
b681cec8f2
cmake refactor
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