Skip to content

Commit

Permalink
[doc] linalg.ldl_factor: render the Shape of tensor A (#99777)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #99777

Differential Revision: D45204660

fbshipit-source-id: 74feb22215b595e1599d5fdfebfbf84a76acdaec
  • Loading branch information
isdanni authored and facebook-github-bot committed Apr 22, 2023
1 parent 4c28929 commit c258c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch/linalg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,8 @@
""" + r"""
Args:
A (Tensor): tensor of shape (*, n, n) where * is zero or more batch dimensions consisting of symmetric or Hermitian matrices.
`(*, n, n)` where `*` is one or more batch dimensions.
A (Tensor): tensor of shape `(*, n, n)` where `*` is zero or more batch dimensions
consisting of symmetric or Hermitian matrices. `(*, n, n)` where `*` is one or more batch dimensions.
Keyword args:
hermitian (bool, optional): whether to consider the input to be Hermitian or symmetric.
Expand Down

0 comments on commit c258c84

Please sign in to comment.