Shortcuts

Function at::native_layer_norm_backward

Function Documentation

inline ::std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native_layer_norm_backward(const at::Tensor &grad_out, const at::Tensor &input, at::IntArrayRef normalized_shape, const at::Tensor &mean, const at::Tensor &rstd, const ::std::optional<at::Tensor> &weight, const ::std::optional<at::Tensor> &bias, ::std::array<bool, 3> output_mask)

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