Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ get
Method
get
mlx/data/Buffer.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
: Dataset<Buffer, buffer::Buffer>(self) {};
21
22
Sample Buffer::get(int64_t idx) const {
23
return self_->get(idx);
24
}
25
int64_t Buffer::size() const {
26
return self_->size();
27
}
Callers
8
bpe
Function · 0.45
next
Method · 0.45
init_mlx_data_buffer
Function · 0.45
data
Method · 0.45
Array
Method · 0.45
fill
Method · 0.45
data
Method · 0.45
scalar
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected