Commit Graph

12 Commits

Author SHA1 Message Date
huangbingjian b98fc0021a Add api mindspore.jit and mindspore.jit_class.
1、ms_function will be removed in a future version and replaced with jit.
2、ms_class will be removed in a future version and replaced with
jit_class.
2022-10-21 10:17:44 +08:00
yanghaoran 164fada9f5 takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
Margaret_wangrui a40605ff60 Optimize JoinedStr processing logic. 2022-08-17 16:10:03 +08:00
Margaret_wangrui d6b8fae6e4 [Fallback] Add print exceptional testcase. 2022-06-29 12:15:43 +08:00
Margaret_wangrui ca87ce3986 Add less infer_value and less_equal infer_value. 2022-06-22 10:43:24 +08:00
Margaret_wangrui b5c6bf3c5c [ME] Add some print testcases. 2022-04-29 14:31:08 +08:00
Margaret_wangrui 46a30c44db [Fallback] The fallback process is only used when limit the patterns (strings and % symbols) during ParseBinop. 2022-04-18 19:16:52 +08:00
Margaret_wangrui c3b61dca21 [ME] The built-in function( print ) needs to be executed using an operator in some cases.
Please enter the commit message for your changes. Lines starting
2022-04-09 14:15:35 +08:00
Margaret_wangrui 8cbeb299b3 [ME] Add some raise/print + format testcases.Support format string('%' symbol). 2022-03-28 17:47:13 +08:00
Margaret_wangrui 1646a8d584 [ME][Fallback] Add the error code line information in validate. 2021-12-30 21:04:55 +08:00
Margaret_wangrui 74d42e9553 [ME] Add the validate check with return tuple. 2021-12-27 16:39:00 +08:00
Margaret_wangrui b4668d4ddd [ME][Fallback] Support print in ms_function or construct 2021-12-17 14:11:51 +08:00