dayschan
79beb6c77b
move anf_utils from "/core/ir/" to "/core/utils/"
In the future, more functions in AnfAlgo only related to mindir will be
moved to this file.
4 years ago
Margaret_wangrui
d4a6f39666
code selfcheck
4 years ago
lianliguang
33c879f69c
clean pclint and codex warning
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
kswang
4477a3a043
remove useless graph dependency
4 years ago
i-robot
60a0a219c3
!21040 codedex clean
Merge pull request !21040 from Margaret_wangrui/clean_clean_code
4 years ago
Margaret_wangrui
ee0877c9c2
codedex clean
4 years ago
kswang
578b7bdbfc
optimize partial cut
4 years ago
Margaret_wangrui
70036f8259
code self check
4 years ago
kswang
0a3cd37002
reorder virtual node for heter exe
4 years ago
lizhenyu
6c467a3815
[bugfix] Heterogenous scenario in a ms function of PyNative Mode occur core dump
4 years ago
zhangzhaoju
ed5b69179c
fix issue I3TTBJ
heap_use_after_free cause coredump
4 years ago
kswang
5e8cbedd9a
remove duplicate code
4 years ago
kswang
bc1f132d32
format some code
4 years ago
dayschan
771e3f61f3
Clean GraphKernel's codes from frontend
1. set class GraphKernel as deprecated, and treat it as Cell
2. set class InplaceAssign as deprecated, suggested using Assign instead.
3. set op_selector as deprecated, removed the _selected_ops and _selected_grad_ops, replaced with real operations
4. removed the two passes of GraphKernel from frontend
5. removed the GraphKernel's codes from other modules
5 years ago
huangbingjian
63a89925ff
remove ControlDepend and its use
5 years ago
kswang
b9cfbed631
codex fix for executor
5 years ago
kswang
b6ee7f3fb2
only split dynamic shape node for ascend
5 years ago
kswang
8a035778b6
add parallel split
5 years ago
kswang
367a31fa04
split sort visit switch partial first
5 years ago
kswang
89ad244882
fix cpu codex and optimize controldepend
5 years ago
kswang
1ce4bebbf2
add subgraph dependency
5 years ago
kswang
f9ab9106de
fix ge compile error
5 years ago
kswang
b88e722e12
add graph partition
5 years ago