Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ data
Method
data
mlx/data/Array.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void* Array::data() const {
38
return data_.get();
39
}
40
41
ArrayType Array::type() const {
42
return type_;
Callers
15
init_mlx_data_core
Function · 0.45
to_array
Function · 0.45
to_py_array
Function · 0.45
Array
Method · 0.45
clone
Function · 0.45
pad
Function · 0.45
slice
Function · 0.45
copy
Function · 0.45
batch
Function · 0.45
sub
Function · 0.45
levenshtein
Function · 0.45
load_numpy
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected