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
huangdongrun
9522f59b87
support for tensor indexing in pynative
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
5 years ago
rick_sanchez
e2a322b6b7
Modify code to support dynamic graph.
6 years ago
Wei Luning
ebf02dd528
fix `MultitypeFuncGraph` and `HyperMap` in pynative mode
6 years ago
buxue
e490618db8
support tensor get value by tensor index
support tensor set value by tensor index
6 years ago
yvetteliu
22764e203e
Reduce the generation of subgraphs.
6 years ago
panyifeng
a028c40e1c
fix codex
6 years ago
zhousiyi
047ac018da
specialize hypermap paramater
6 years ago
panyifeng
065e25e1bb
Support index to switch_layer
6 years ago
fary86
b314c1d621
Remove extra empty string from log text
6 years ago
buxue
c8a1a24ce3
fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis
6 years ago
buxue
437bb8c27c
support ellipsis and bool for tensor slice
6 years ago
zhoufeng
c2b3360d69
update clang format rule
6 years ago
buxue
c853f985cc
support equal list with none
6 years ago
huangdongrun
d3f733fa25
support grad on graph with variable arguments
use unpack graph primitive instead
add testcases for all grad interface
remove debug log
format code
remove dumpfuncgraph
resolve clang-format
resolve reviews
resolve cpplint
fix review
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago