Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
Sample Stream::next() const {
26
return self_->next();
27
}
28
29
void Stream::reset() {
30
self_->reset();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected