MCPcopy Create free account
hub / github.com/ml-explore/mlx-data / itemsize

Method itemsize

mlx/data/Array.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65int64_t Array::itemsize() const {
66 return itemsize_;
67}
68
69void Array::init_(
70 ArrayType type,

Callers 13

to_arrayFunction · 0.80
to_py_arrayFunction · 0.80
cloneFunction · 0.80
padFunction · 0.80
sliceFunction · 0.80
copyFunction · 0.80
load_numpyFunction · 0.80
load_sndfileFunction · 0.80
info_sndfileFunction · 0.80
VideoReaderStateMethod · 0.80
loadFunction · 0.80
apply_keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected