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

Method size

mlx/data/buffer/Append.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29int64_t Append::size() const {
30 return buffer1_->size() + buffer2_->size();
31}
32
33} // namespace buffer
34} // namespace data

Callers 1

getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected