Shortcuts

Function at::_weight_norm_interface_backward_outf

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&> at::_weight_norm_interface_backward_outf(const at::Tensor &grad_w, const at::Tensor &saved_v, const at::Tensor &saved_g, const at::Tensor &saved_norms, int64_t dim, at::Tensor &out0, at::Tensor &out1)

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