Shortcuts

Function at::_fused_adagrad

Function Documentation

inline ::std::tuple<::std::vector<at::Tensor>, ::std::vector<at::Tensor>, ::std::vector<at::Tensor>, ::std::vector<at::Tensor>> at::_fused_adagrad(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 = {})

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources