Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry-Jzy committed Jan 3, 2025
1 parent 150150a commit ab5547f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepxde/gradients/gradients.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def jacobian(ys, xs, i=None, j=None):
computation.
Args:
ys: Output Tensor of shape (batch_size, dim_y).
ys: Output Tensor of shape (batch_size, dim_y) or (batch_size1, batch_size2, dim_y).
xs: Input Tensor of shape (batch_size, dim_x).
i (int or None): `i`th row. If `i` is ``None``, returns the `j`th column
J[:, `j`].
Expand Down

0 comments on commit ab5547f

Please sign in to comment.