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

Method size

mlx/data/buffer/Transform.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int64_t Transform::size() const {
36 return od_->size();
37}
38
39} // namespace buffer
40} // namespace data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected