• Docs >
  • Library API >
  • Template Function at::symint::native_layer_norm_backward_outf(const at::Tensor&, const at::Tensor&, at::IntArrayRef, const at::Tensor&, const at::Tensor&, const ::std::optional<at::Tensor>&, const ::std::optional<at::Tensor>&, ::std::array<bool, 3>, at::Tensor&, at::Tensor&, at::Tensor&)
  • Edit on GitHub
Shortcuts

Template Function at::symint::native_layer_norm_backward_outf(const at::Tensor&, const at::Tensor&, at::IntArrayRef, const at::Tensor&, const at::Tensor&, const ::std::optional<at::Tensor>&, const ::std::optional<at::Tensor>&, ::std::array<bool, 3>, at::Tensor&, at::Tensor&, at::Tensor&)

Function Documentation

template<typename T, typename = std::enable_if_t<std::is_same<T, int64_t>::value>>
::std::tuple<at::Tensor&, at::Tensor&, at::Tensor&> at::symint::native_layer_norm_backward_outf(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, at::Tensor &out0, at::Tensor &out1, at::Tensor &out2)

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