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

Method Stream

mlx/data/Stream.cpp:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace data {
21
22Stream::Stream(const std::shared_ptr<stream::Stream>& self)
23 : Dataset<Stream, stream::Stream>(self) {};
24
25Sample Stream::next() const {
26 return self_->next();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected