Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ size
Method
size
mlx/data/Buffer.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
return self_->get(idx);
24
}
25
int64_t Buffer::size() const {
26
return self_->size();
27
}
28
29
Buffer Buffer::batch(
30
int64_t batch_size,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected