Skip to content

Commit

Permalink
remove incorrect warnings from min/max documentation (pytorch#146725)
Browse files Browse the repository at this point in the history
Fixes #ISSUE_NUMBER

Pull Request resolved: pytorch#146725
Approved by: https://github.com/wdvr, https://github.com/malfet
  • Loading branch information
ngimel authored and pytorchmergebot committed Feb 8, 2025
1 parent 63c2909 commit a3ca5c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions torch/_torch_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6454,9 +6454,6 @@ def merge_dicts(*dicts):
Returns the maximum value of all elements in the ``input`` tensor.
.. warning::
This function produces deterministic (sub)gradients unlike ``max(dim=0)``
Args:
{input}
Expand Down Expand Up @@ -7063,9 +7060,6 @@ def merge_dicts(*dicts):
Returns the minimum value of all elements in the :attr:`input` tensor.
.. warning::
This function produces deterministic (sub)gradients unlike ``min(dim=0)``
Args:
{input}
Expand Down

0 comments on commit a3ca5c7

Please sign in to comment.