• Docs >
  • Library API >
  • Function at::linalg_norm(const at::Tensor&, const c10::optional<at::Scalar>&, at::OptionalIntArrayRef, bool, c10::optional<at::ScalarType>)
  • Edit on GitHub
Shortcuts

Function at::linalg_norm(const at::Tensor&, const c10::optional<at::Scalar>&, at::OptionalIntArrayRef, bool, c10::optional<at::ScalarType>)

Function Documentation

inline at::Tensor at::linalg_norm(const at::Tensor &self, const c10::optional<at::Scalar> &ord = c10::nullopt, at::OptionalIntArrayRef dim = c10::nullopt, bool keepdim = false, c10::optional<at::ScalarType> dtype = c10::nullopt)

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