Shortcuts

Function at::native_layer_norm_out

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&, at::Tensor&> at::native_layer_norm_out(at::Tensor &out0, at::Tensor &out1, at::Tensor &out2, const at::Tensor &input, at::IntArrayRef normalized_shape, const c10::optional<at::Tensor> &weight, const c10::optional<at::Tensor> &bias, double eps)

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