Shortcuts

Function at::triangular_solve_out

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&> at::triangular_solve_out(at::Tensor &X, at::Tensor &M, 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