Commit Graph

29 Commits

Author SHA1 Message Date
kingfo fc92598881 fix batchnorm issue in pynative auto mix precision 2020-07-29 21:15:54 +08:00
panyifeng 3714a07d71 fix sparse api doc 2020-07-28 21:26:18 +08:00
panyifeng 032c5e0fdc eager mode enable sparse 2020-07-25 19:18:20 +08:00
panyifeng 2cebc62bbf fix sparse related issues 2020-07-24 11:21:29 +08:00
panyifeng 5a10383cc3 add coo_tensor 2020-07-17 18:53:03 +08:00
kingfo add3778a61 add grad all in pynative mode 2020-07-10 17:49:54 +08:00
He Wei f337c6bc14 Decouple ParamValue from python 2020-07-09 16:16:22 +08:00
kingfo 5d301092f6 fix hook operator compare issue 2020-07-01 11:51:35 +08:00
panyifeng d6635bbbe2 Add IndexedSlices 2020-06-30 17:38:24 +08:00
mindspore-ci-bot 4cc798c675 !2502 1. fix infer value bug 2. tensor init support numpy number
Merge pull request !2502 from geekun/master_fix_issue
2020-06-28 10:03:17 +08:00
mindspore-ci-bot 67d664d7dd !2511 add mod and floordiv opration for tensor
Merge pull request !2511 from wangqiuliang/add-tensor-mod-operation
2020-06-24 18:09:59 +08:00
kingfo 078738adc5 add tensor mod & floordiv operation 2020-06-24 16:47:23 +08:00
He Wei 43e0967024 Decouple ir::Tensor class from python 2020-06-24 10:28:59 +08:00
geekun 947a93c864 fix infer value bug 2020-06-24 09:53:51 +08:00
huangdongrun 79058d3509 add support for parameter
support for tensor setitem

add support for tensor assgin
2020-06-20 13:20:55 +08:00
kingfo 358982a98f fix hook and bprop debug issue 2020-06-18 09:50:30 +08:00
buxue 66bbdb4a31 change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
huangdongrun 9522f59b87 support for tensor indexing in pynative
support tensor slice using constexpr

remove tensorslice metagraph

add pynative testcases
2020-06-11 19:14:22 +08:00
kingfo 38436f929f move hook function to primtivePy class 2020-06-10 15:33:46 +08:00
kingfo 557a404282 fix tuple args issue in pynative 2020-06-09 11:14:15 +08:00
kingfo 9785178b88 add tensor compare & len & constexpr operation 2020-06-03 10:27:41 +08:00
rick_sanchez e2a322b6b7 Modify code to support dynamic graph. 2020-06-01 10:20:24 +08:00
changzherui c23731e592 Incremental subgraph initialization 2020-05-21 20:20:57 +08:00
lvliang b9e0943084 fix-set-output-addr-fail-in-gpu-pynative 2020-05-07 19:17:15 +08:00
kpy e64c755ad6 change tensor equal bug 2020-04-27 17:50:17 +08:00
kingfo 75fec82b52 resolve pynative operator issue 2020-04-16 21:02:22 +08:00
guohongzilong e17e086186 unified tensor and mindspore.type 2020-04-08 18:00:33 +08:00
Wei Luning 73ba399364 remove ge depend in cpu 2020-04-02 19:38:42 +08:00
zhunaipan 930a1fb0a8 initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-03-27 22:54:54 +08:00