mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-28 03:41:14 +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`.
|
||||
|
||||
Returns:
|
||||
array: The output array with the indices of the minimum values.
|
||||
array: The output array with the indices of the maximum values.
|
||||
)pbdoc");
|
||||
m.def(
|
||||
"sort",
|
||||
|
Loading…
Reference in New Issue
Block a user