Home
last modified time | relevance | path

Searched defs:params_with_grad (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/utils/
H A Dclip_grad.h26 std::vector<Tensor> params_with_grad; variable
/aosp_15_r20/external/pytorch/torch/optim/
H A Dadamax.py87 self, group, params_with_grad, grads, exp_avgs, exp_infs, state_steps argument
H A Dasgd.py86 def _init_group(self, group, params_with_grad, grads, mus, axs, etas, state_steps): argument
H A Dradam.py91 self, group, params_with_grad, grads, exp_avgs, exp_avg_sqs, state_steps argument
H A Drmsprop.py94 params_with_grad, argument
H A D_adafactor.py72 params_with_grad, argument
H A Dnadam.py107 params_with_grad, argument
H A Dadagrad.py123 def _init_group(self, group, params_with_grad, grads, state_sums, state_steps): argument
H A Dadamw.py112 params_with_grad, argument
H A Dadam.py117 params_with_grad, argument