gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
Kang
c613be36a9
Fix the problems of the ad optimization
5 years ago
Kang
a0d651527f
Optimization for ad
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
rick_sanchez
e2a322b6b7
Modify code to support dynamic graph.
5 years ago
panyifeng
6a57eeb922
fix check_bprop attr error
6 years ago
mindspore-ci-bot
848d19207f
!1359 Optimize the IR modules.
Merge pull request !1359 from ZhangQinghua/master
5 years ago
kingfo
840922e501
add backward hook function in pynative mode
6 years ago
Zhang Qinghua
3ae925115f
Refactoring FuncGraphManager module: Move all info. of nodes and edges from FuncGraphManager into FuncGraph.
5 years ago
leopz
04763b8b76
move signature to primitivepy and bprop_func to utils
6 years ago
panyifeng
b7596e1f33
Add switch_case primitive
6 years ago
panyifeng
9e633b6c12
validate bprop rules
6 years ago
fary86
2078229436
Add prim name to error message for array_ops
6 years ago
zhoufeng
c2b3360d69
update clang format rule
6 years ago
义峰潘
2bef22d8a3
fix bprop cache caused error with variable params
6 years ago
panyifeng
1fb776fe09
fix grad missing due to indirect dependent free morphism
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago