• Docs >
  • Library API >
  • Function at::_fused_sgd_outf(at::TensorList, at::TensorList, at::TensorList, double, double, const at::Tensor&, double, bool, bool, bool, const ::std::optional<at::Tensor>&, const ::std::optional<at::Tensor>&, at::TensorList)
  • Edit on GitHub
Shortcuts

Function at::_fused_sgd_outf(at::TensorList, at::TensorList, at::TensorList, double, double, const at::Tensor&, double, bool, bool, bool, const ::std::optional<at::Tensor>&, const ::std::optional<at::Tensor>&, at::TensorList)

Function Documentation

inline void at::_fused_sgd_outf(at::TensorList self, at::TensorList grads, at::TensorList momentum_buffer_list, double weight_decay, double momentum, const at::Tensor &lr, double dampening, bool nesterov, bool maximize, bool is_first_step, const ::std::optional<at::Tensor> &grad_scale, const ::std::optional<at::Tensor> &found_inf, at::TensorList out)

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