Shortcuts

Function at::native_layer_norm_outf

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&, at::Tensor&> at::native_layer_norm_outf(const at::Tensor &input, at::IntArrayRef normalized_shape, const c10::optional<at::Tensor> &weight, const c10::optional<at::Tensor> &bias, double eps, 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