Commit Graph

19 Commits

Author SHA1 Message Date
fary86 3f5640f18a Fix bug of getting name of a function 2020-09-22 20:12:35 +08:00
mindspore-ci-bot b40677002f !5714 [refine]change top graph and add cell class
Merge pull request !5714 from vlne-v1/change-top-graph
2020-09-08 11:56:36 +08:00
Wei Luning e6f82af849 add cell class to c++ 2020-09-07 21:06:07 +08:00
buxue 6fa60f6666 raise ValueError when call hook function in graph mode 2020-09-07 15:02:23 +08:00
buxue 6af286b3e5 fix bug the const input is broadened in PyNative mode 2020-08-28 16:50:29 +08:00
fary86 38083e055a Fix coredump missing return statement after while loop 2020-08-18 14:16:21 +08:00
buxue 02d6e3a43a fix bugs 2020-08-10 22:28:36 +08:00
Wei Luning a05c38bb63 make python Parameter inherit from Tensor 2020-08-03 09:12:24 +08:00
buxue b812c1a17a support call super when class define in test_case. 2020-07-23 18:30:30 +08:00
buxue 073507a5e0 support call the parent class function 2020-07-21 16:38:11 +08:00
wuyongkang 6618a42bf1 Optimization for parser 2020-07-07 14:44:34 +08:00
wuyongkang f797d17a6e Optimization for ast_cache 2020-07-01 15:14:52 +08:00
wuyongkang 274bd25386 Optimize parser 2020-07-01 10:20:12 +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
rick_sanchez e2a322b6b7 Modify code to support dynamic graph. 2020-06-01 10:20:24 +08:00
kingfo 840922e501 add backward hook function in pynative mode 2020-05-24 13:32:44 +08:00
candanzg e886a3182c tensor assign with ellpsis
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-29 11:05:44 +08:00
candanzg 663d597330 tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-23 13:07:04 +08:00
zhunaipan 930a1fb0a8 initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-03-27 22:54:54 +08:00