Shortcuts

Function at::native_layer_norm_backward_symint_out

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&, at::Tensor&> at::native_layer_norm_backward_symint_out(at::Tensor &out0, at::Tensor &out1, at::Tensor &out2, const at::Tensor &grad_out, const at::Tensor &input, c10::SymIntArrayRef 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