Skip to content

Commit 4bc91bb

Browse files
committed
Add note
1 parent fade09e commit 4bc91bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signatures/searching/top_k.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dask.array.argtopk(a, k, axis=-1, split_every=None)
5252
jax.lax.top_k(operand, k) → ndarray
5353
```
5454

55-
**Note**: only returns values.
55+
**Note**: only returns values. Always operates along the last axis.
5656

5757
```
5858
jax.numpy.partition(a, kth, axis=-1) → ndarray

0 commit comments

Comments
 (0)