Function at::_fused_adagrad_outf¶
Defined in File Functions.h
Function Documentation¶
-
inline void at::_fused_adagrad_outf(at::TensorList self, at::TensorList grads, at::TensorList state_sums, at::TensorList state_steps, double lr, double lr_decay, double weight_decay, double eps, bool maximize, const ::std::optional<at::Tensor> &grad_scale, const ::std::optional<at::Tensor> &found_inf, at::TensorList out)¶