panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
huangdongrun
9d3c9c69fe
modify map to C.Map()
5 years ago
liangzelang
8ac582ab0d
make notes more clear and accurate
5 years ago
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
buxue
4d9491b5c3
fix bug of auto cast when there is scalar
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
panyifeng
acaa66a738
sparse grad for gatherv2
5 years ago
fary86
abfaf15951
Fix codex, split big functions
5 years ago
mindspore-ci-bot
da06310ae0
!1766 [bug][auto cast]fix bug when do auto cast
Merge pull request !1766 from vlne-v1/I1J0M0-amp-do-auto-cast-failed
5 years ago
Wei Luning
7e4d972f6f
fix bug in do signature
5 years ago
fary86
a2b882bcb4
Fix codex
5 years ago
buxue
62f7dc49e5
support convert bool scalar and tensor to number tensor
5 years ago
rick_sanchez
e2a322b6b7
Modify code to support dynamic graph.
5 years ago
seatea
eff6fa7b8f
Fix codex warning in `do_signature.cc`.
5 years ago
mindspore-ci-bot
e8b14d70c7
!1542 [pynative] fix `MultitypeFuncGraph` and `HyperMap` in pynative mode
Merge pull request !1542 from vlne-v1/I1GZ0B-multitype-funcgraph-bug
5 years ago
Wei Luning
ebf02dd528
fix `MultitypeFuncGraph` and `HyperMap` in pynative mode
5 years ago
candanzg
2429da19fb
implicit type conversion
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
mindspore-ci-bot
274f6f014f
!1133 support tensor get value by tensor index
Merge pull request !1133 from zhangbuxue/support_tensor_get_value_by_tensor_index
5 years ago
buxue
e490618db8
support tensor get value by tensor index
support tensor set value by tensor index
5 years ago
mindspore-ci-bot
07b14f32b9
!1296 move signature to primitivepy and bprop_func to utils
Merge pull request !1296 from leopz/fix_primitive
5 years ago
leopz
04763b8b76
move signature to primitivepy and bprop_func to utils
5 years ago
yvetteliu
22764e203e
Reduce the generation of subgraphs.
5 years ago
panyifeng
a028c40e1c
fix codex
5 years ago
zhousiyi
047ac018da
specialize hypermap paramater
5 years ago
panyifeng
065e25e1bb
Support index to switch_layer
5 years ago
Wei Luning
157710ca0f
bugfix* fix bug in output tuple of tuple.* check kRWWrite input no-variable* input x of ScatterNdUpdate should be a parameter node
5 years ago
Wei Luning
8f1984a8d1
only cast when level is O2
5 years ago
fary86
b314c1d621
Remove extra empty string from log text
5 years ago
geekun
82c5daa947
fix codedex for mindspore/vm,transform,util,operator
5 years ago
buxue
c8a1a24ce3
fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis
5 years ago
mindspore-ci-bot
0bf6717e9a
!454 Fix the check of bool type in auto cast
Merge pull request !454 from candanzg/bug_cast_op
5 years ago
buxue
437bb8c27c
support ellipsis and bool for tensor slice
5 years ago
zhoufeng
c2b3360d69
update clang format rule
5 years ago
candanzg
0de05b3949
[bug] fixed bool check for cast op
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
buxue
c853f985cc
support equal list with none
6 years ago
buxue
80978cf3cc
support operator ** // % for scalar and tensor, and in not in for dict, ang str concat
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