Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ size
Method
size
mlx/data/buffer/FromVector.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
int64_t FromVector::size() const {
33
return buffer_.size();
34
}
35
36
void FromVector::check_samples_() const {
37
for (auto& sample : buffer_) {
Callers
2
FromVector
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected