mindspore/tests/st/graph_syntax/python_builtin_functions
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
..
test_abs.py Adjust the location of syntax testcases 2022-10-11 11:27:01 +08:00
test_all_any.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_bool.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_getattr_hasattr.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_issubclass.py Adjust the location of syntax testcases 2022-10-11 11:27:01 +08:00
test_len.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_list_tuple.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_max_min.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_round.py Adjust the location of syntax testcases 2022-10-11 11:27:01 +08:00
test_sum.py Optimize error information for built-in function exception scenarios. 2022-10-14 15:44:48 +08:00