Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ mlx_to_np_array
Function
mlx_to_np_array
python/src/convert.cpp:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
nb::ndarray<nb::numpy> mlx_to_np_array(const mx::array& a) {
154
return mlx_to_nd_array<nb::numpy>(a);
155
}
156
157
nb::ndarray<> mlx_to_dlpack(const mx::array& a) {
158
return mlx_to_nd_array<>(a);
Callers
1
init_array
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected