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

Method next

mlx/data/Stream.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 : Dataset<Stream, stream::Stream>(self) {};
24
25Sample Stream::next() const {
26 return self_->next();
27}
28
29void Stream::reset() {
30 self_->reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected