mindspore/tests/st/gradient
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_custom_cell_bprop.py Support custom cell bprop when using Parameter in primal graph 2022-04-27 14:08:17 +08:00
test_custom_fn_bprop.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_function_jvp_graph.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_function_jvp_pynative.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_function_linearize_graph.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_function_vjp_graph.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_function_vjp_pynative.py modify vjp 2022-09-14 15:08:16 +08:00
test_grad_graph.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_grad_pynative.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_grad_return_type.py Fix grad param 2022-10-15 15:46:08 +08:00
test_jacfwd_graph.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_jacfwd_pynative.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_jacrev_graph.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_jacrev_pynative.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_jvp_graph.py Vjp and fix jvp 2021-08-27 18:26:57 +08:00
test_jvp_pynative.py Vjp and fix jvp 2021-08-27 18:26:57 +08:00
test_taylor_differentiation_graph.py takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
test_taylor_differentiation_pynative.py takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
test_vjp_graph.py Vjp and fix jvp 2021-08-27 18:26:57 +08:00
test_vjp_pynative.py Add st and ut for jvp vjp and grad 2021-08-28 17:34:23 +08:00