mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-28 20:41:15 +08:00
Fix argmax returns documentation (#263)
This commit is contained in:
parent
cd3616a463
commit
f91f450141
@ -2129,7 +2129,7 @@ void init_ops(py::module_& m) {
|
|||||||
singleton dimensions, defaults to `False`.
|
singleton dimensions, defaults to `False`.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
array: The output array with the indices of the minimum values.
|
array: The output array with the indices of the maximum values.
|
||||||
)pbdoc");
|
)pbdoc");
|
||||||
m.def(
|
m.def(
|
||||||
"sort",
|
"sort",
|
||||||
|
Loading…
Reference in New Issue
Block a user