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

Method next

mlx/data/stream/Stream.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace stream {
10
11Sample Stream::next() const {
12 throw std::runtime_error("Stream::next() NYI");
13}
14
15void Stream::reset() {
16 throw std::runtime_error("Stream::reset() NYI");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected