Shortcuts

Function at::triangular_solve

Function Documentation

inline ::std::tuple<at::Tensor, at::Tensor> at::triangular_solve(const at::Tensor &self, const at::Tensor &A, bool upper = true, bool transpose = false, bool unitriangular = false)

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