Searched defs:grad_all_with_sens (Results 1 – 13 of 13) sorted by relevance
/third_party/mindspore/tests/st/gnn/ |
D | test_gnn_aggregator.py | 28 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
/third_party/mindspore/tests/perf_test/ |
D | test_lenet.py | 30 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
/third_party/mindspore/tests/ut/python/pynative_mode/ |
D | test_high_order_grad.py | 23 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
D | test_implicit_conversion.py | 25 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
D | test_user_define_bprop_check.py | 24 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
/third_party/mindspore/tests/ut/python/pynative_mode/ops/ |
D | test_grad.py | 32 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_split_grad_sens.py | 28 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
/third_party/mindspore/tests/ut/python/parameter_feature/ |
D | test_parameter.py | 27 grad_all_with_sens = C.GradOperation(sens_param=True) variable
|
D | test_var_grad.py | 29 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_nn_ops.py | 53 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
D | test_control_ops.py | 35 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
D | test_ops.py | 45 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|
/third_party/mindspore/tests/ |
D | ops_common.py | 26 grad_all_with_sens = C.GradOperation(get_all=True, sens_param=True) variable
|