MCPcopy 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
37void* Array::data() const {
38 return data_.get();
39}
40
41ArrayType Array::type() const {
42 return type_;

Callers 15

init_mlx_data_coreFunction · 0.45
to_arrayFunction · 0.45
to_py_arrayFunction · 0.45
ArrayMethod · 0.45
cloneFunction · 0.45
padFunction · 0.45
sliceFunction · 0.45
copyFunction · 0.45
batchFunction · 0.45
subFunction · 0.45
levenshteinFunction · 0.45
load_numpyFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected