We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76873d8 commit 07e62e9Copy full SHA for 07e62e9
src/array_api_stubs/_draft/searching_functions.py
@@ -155,7 +155,7 @@ def top_k(
155
mode: Literal["largest", "smallest"] = "largest",
156
) -> Tuple[array, array]:
157
"""
158
- Returns the ``k`` largest (or smallest) elements of an input array ``x`` along a specified dimension.
+ Returns the values and indices of the ``k`` largest (or smallest) elements of an input array ``x`` along a specified dimension.
159
160
Parameters
161
----------
0 commit comments