mindspore/tests/ut/python/pipeline/infer
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
..
__init__.py initial version 2020-03-27 22:54:54 +08:00
infer.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_auto_monad.py Fix auto monad to support high order cnode 2022-07-30 20:15:00 +08:00
test_hypermap.py Adjust the location of syntax testcases 2022-10-11 11:27:01 +08:00
test_hypermap_specialize.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_net_infer.py Add the check of the return value of Assign, AssignAdd, AssignSub. 2022-10-11 15:50:47 +08:00
test_no_recursive.py Add no_recursive flag for skipping recursive checking, and use no_recursive to disable MS_CTX_MAX_CALL_DEPTH. 2022-10-20 16:57:26 +08:00
test_scalar_add_grad.py Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00