mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:46:46 +08:00
spelling: corresponding
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e34205b9cc
commit
b647328f9e
@ -559,7 +559,7 @@ void init_array(py::module_& m) {
|
|||||||
If the array has more than one dimension then the result is a nested
|
If the array has more than one dimension then the result is a nested
|
||||||
list of lists.
|
list of lists.
|
||||||
|
|
||||||
The value type of the list correpsonding to the last dimension is either
|
The value type of the list corresponding to the last dimension is either
|
||||||
``bool``, ``int`` or ``float`` depending on the ``dtype`` of the array.
|
``bool``, ``int`` or ``float`` depending on the ``dtype`` of the array.
|
||||||
)pbdoc")
|
)pbdoc")
|
||||||
.def("__array__", &mlx_array_to_np)
|
.def("__array__", &mlx_array_to_np)
|
||||||
|
Loading…
Reference in New Issue
Block a user