10000 Add note · data-apis/array-api-comparison@b4b67f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4b67f6

Browse files
committed
Add note
1 parent 4328949 commit b4b67f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signatures/sorting/top_k.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ tf.math.top_k(input, k=1, sorted=True, index_type=tf.dtypes.int32, name=None
8585
) → tuple[Tensor, Tensor]
8686
```
8787

88-
**Note**: returns a `(values, indices)` tuple. Only supports last axis.
88+
**Note**: returns a `(values, indices)` tuple. Only supports last axis. Provides a default for `k`.

0 commit comments

Comments
 (0)
0