MCPcopy 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
32int64_t FromVector::size() const {
33 return buffer_.size();
34}
35
36void FromVector::check_samples_() const {
37 for (auto& sample : buffer_) {

Callers 2

FromVectorMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected