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: 92789ab16ebea78ef0385db2020e4fd2a8bfda0c
  • Loading branch information
isdanni authored and facebook-github-bot committed Apr 23, 2023
1 parent 9b0b31a commit cfe8191
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions torch/linalg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,8 @@
""" + r"""
Args:
A (Tensor): tensor of shape (*, n, n) where * is zero or more batch dimensions consisting of symmetric or Hermitian matrices.
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:
Expand Down Expand Up @@ -920,7 +921,8 @@
""" + r"""
Args:
A (Tensor): tensor of shape (*, n, n) where * is zero or more batch dimensions consisting of symmetric or Hermitian matrices.
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:
Expand Down

0 comments on commit cfe8191

Please sign in to comment.