Skip to content

Commit

Permalink
Added a note to torch.round doc to indicate the return type of output…
Browse files Browse the repository at this point in the history
… tensor
  • Loading branch information
jennychristopher committed Mar 21, 2023
1 parent 7beac10 commit bb75345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch/_torch_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9575,6 +9575,7 @@ def merge_dicts(*dicts):
For integer inputs, follows the array-api convention of returning a
copy of the input tensor.
The return type of output is same as that of input's dtype.
.. note::
This function implements the "round half to even" to
Expand Down

0 comments on commit bb75345

Please sign in to comment.