Skip to content

Commit 75a7dfd

Browse files
committed
update comments
1 parent 4725969 commit 75a7dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deepxde/gradients/gradients.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ def jacobian(ys, xs, i=None, j=None):
1919
computation.
2020
2121
Args:
22-
ys: Output Tensor of shape (batch_size, dim_y) or (batch_size_out, batch_size, dim_y).
23-
Here, the `batch_size` is the same one for `xs`, and `batch_size_out` is the
24-
batch size for an additional dimension.
22+
ys: Output Tensor of shape (batch_size, dim_y) or (batch_size_out, batch_size,
23+
dim_y). Here, the `batch_size` is the same one for `xs`, and
24+
`batch_size_out` is the batch size for an additional dimension.
2525
xs: Input Tensor of shape (batch_size, dim_x).
2626
i (int or None): `i`th row. If `i` is ``None``, returns the `j`th column
2727
J[:, `j`].

0 commit comments

Comments
 (0)