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

Method reset

mlx/data/Stream.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void Stream::reset() {
30 self_->reset();
31}
32
33Stream Stream::batch(
34 int64_t batch_size,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected