Commit Graph

31 Commits

Author SHA1 Message Date
Zhang Qinghua a137fa1d0b Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
2021-08-28 17:36:12 +08:00
djc b077aa1cab [feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset 2021-08-22 16:26:45 +08:00
djc 4e6f7dc97d [feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset 2021-08-22 13:39:37 +08:00
huanghui 3e17650172 Raise NotImplementedError when parsing the numpy methods, but not the numpy constant. 2021-08-03 14:33:22 +08:00
mindspore-ci-bot 8c1e7ce231 !16345 [DFX]Optimize exception log
From: @irmo
Reviewed-by: 
Signed-off-by:
2021-05-31 09:22:48 +08:00
huanghui 0610a8d99c 9fdc0035a0 2021-05-29 10:31:23 +08:00
l00591931 319c20824e fix code checking warning for r1.2 2021-05-29 09:13:48 +08:00
Zhang Qinghua cd7f7d40fb Support pass args or|and kwargs for OP CreateInstance. 2021-04-29 14:14:58 +08:00
buxue 8c47ce1803 show accurate error info and error lines when use unsupported builtin function 2021-03-31 12:33:38 +08:00
buxue 2551f5ea7e support name or attribute ast.Expr 2021-03-11 21:40:33 +08:00
buxue d215887ad6 add exception description for assign subnet parameter 2021-02-22 18:02:24 +08:00
buxue a3937c2863 print error info when the function does not meet the indentation standard of AST 2020-11-16 11:33:04 +08:00
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