Searched refs:grad_by_list_with_sens (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/ut/python/ops/ |
D | test_bprop_disorder.py | 31 grad_by_list_with_sens = C.GradOperation(get_by_list=True, sens_param=True) variable 78 return grad_by_list_with_sens(self.net, self.weights)(x, sens)
|
/third_party/mindspore/tests/ut/python/parameter_feature/ |
D | test_var_grad.py | 30 grad_by_list_with_sens = C.GradOperation(get_by_list=True, sens_param=True) variable 114 return grad_by_list_with_sens(self.net, self.weights)(*inputs) 243 return grad_by_list_with_sens(self.net, self.weights)(x, y, sens)
|
/third_party/mindspore/tests/st/pynative/ |
D | test_tensor_getitem.py | 28 grad_by_list_with_sens = C.GradOperation(get_by_list=True, sens_param=True) variable 830 return grad_by_list_with_sens(self.net, self.weights)(x, y, sens)
|