Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Nov 10, 2023
1 parent 638f700 commit 76654ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/experimental/tensor/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def min(a: Tensor, axis: Optional[Union[int, Tuple[int, ...]]] = None, keepdims:
:param a: The input tensor.
:param axis: Axis or axes along which to operate. By default, flattened input is used.
:param keepdim: If this is set to True, the axes which are reduced are left in the result as dimensions with size
:param keepdims: If this is set to True, the axes which are reduced are left in the result as dimensions with size
one. With this option, the result will broadcast correctly against the input array. False, by default.
:return: Minimum of a.
"""
Expand Down

0 comments on commit 76654ca

Please sign in to comment.