Commit Graph

13 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 e676c94a06 Support list pop method. 2022-08-01 21:02:14 +08:00
Margaret_wangrui ca87ce3986 Add less infer_value and less_equal infer_value. 2022-06-22 10:43:24 +08:00
liangzhibo 5eeba07b2d Refactor fallback builtin function 2022-06-21 10:17:03 +08:00
liangzhibo 9549a5dbe1 Add primitive to valuetopydata 2022-03-31 14:15:19 +08:00
huangbingjian db4567989a fallback parse Tensor, different from NumPy. 2021-12-14 12:59:47 +08:00
i-robot c41c8e8908 !27486 [ME][Fallback] Support list insert.
Merge pull request !27486 from Margaret_wangrui/list_insert
2021-12-13 09:05:09 +00:00
huangbingjian 038cbe43de add tesecases of Tensor 2021-12-11 10:14:41 +08:00
Margaret_wangrui 5d97a268a9 [ME][Fallback] Support list insert 2021-12-10 12:03:15 +08:00
Margaret_wangrui ee1b4d4e6d [ME][Fallback] Review the local dict and try to eval out the interpret node 2021-12-01 10:02:26 +08:00
huangbingjian cf4a4ba900 Partially support numpy attr/method 2021-11-26 16:46:55 +08:00
huangbingjian d0ca18b921 Add global Py param when processing global namespace info. 2021-11-09 09:34:30 +08:00