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 4328949 commit b4b67f6Copy full SHA for b4b67f6
signatures/sorting/top_k.md
@@ -85,4 +85,4 @@ tf.math.top_k(input, k=1, sorted=True, index_type=tf.dtypes.int32, name=None
85
) → tuple[Tensor, Tensor]
86
```
87
88
-**Note**: returns a `(values, indices)` tuple. Only supports last axis.
+**Note**: returns a `(values, indices)` tuple. Only supports last axis. Provides a default for `k`.
0 commit comments