Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ exit
Method
exit
python/src/stream.cpp:32–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void exit() {
33
if (_inner != nullptr) {
34
delete _inner;
35
_inner = nullptr;
36
}
37
}
38
39
private:
40
mx::StreamOrDevice _s;
Callers
7
check_rdma
Function · 0.45
check_valid_mesh
Function · 0.45
check_valid_ring
Function · 0.45
check_ssh_connections
Function · 0.45
prepare_tb_hostfile
Function · 0.45
init_stream
Function · 0.45
runTests
Method · 0.45
Calls
no outgoing calls
Tested by
1
runTests
Method · 0.36