Commit Graph

15 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
liangzhibo fd0a6ae956 Add len with check in for 2022-10-09 17:28:44 +08:00
liangzhibo 1d5cbad45f Enable graph len 2022-08-16 10:36:05 +08:00
Margaret_wangrui c07e385996 Support the type of the input of built-in function max and min is tensor. 2022-08-10 13:01:52 +08:00
Margaret_wangrui ca87ce3986 Add less infer_value and less_equal infer_value. 2022-06-22 10:43:24 +08:00
liangzhibo 5a4d86caa8 for x in xs syntax when xs is numpy array 2022-06-21 15:09:35 +08:00
huanghui d5c9c000ed support alone interpret node in while condition 2022-06-16 14:07:40 +08:00
i-robot d124bc732e
!35518 Fix print all eval by fallback
Merge pull request !35518 from huanghui/fallback-st
2022-06-10 01:21:57 +00:00
i-robot d87f0bea2d
!35623 Import the error for syntax "for x in xs"
Merge pull request !35623 from LiangZhibo/syntax
2022-06-09 06:30:17 +00:00
huanghui f9c502d4ca fix print all to fallback 2022-06-09 09:54:56 +08:00
liangzhibo 59df5656b3 Improve the error for fallback control flow 2022-06-09 09:08:52 +08:00
liangzhibo 458a3d65a3 Change fallback control flow local param logic 2022-06-08 11:55:19 +08:00
huanghui b0daae6137 fix handle builtin func in while body 2022-06-07 09:14:15 +08:00
Margaret_wangrui afe3d2a161 [Fallback][Control_flow] Remove fallback testcase from ST to UT. 2022-06-01 10:40:20 +08:00
Margaret_wangrui dcda778f8a [ME][Fallback][Control_flow] Ensure the information of the Interpret node is transmitted normally when function block jumps. 2022-04-06 09:27:55 +08:00