Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ reset
Method
reset
mlx/data/stream/Partition.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void Partition::reset() {
38
std::unique_lock lock(stream_mutex_);
39
stream_->reset();
40
}
41
42
} // namespace stream
43
} // namespace data
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected