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

Method reset

mlx/data/stream/Stream.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void Stream::reset() {
16 throw std::runtime_error("Stream::reset() NYI");
17}
18
19Stream::~Stream() {}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected