MCPcopy 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_rdmaFunction · 0.45
check_valid_meshFunction · 0.45
check_valid_ringFunction · 0.45
check_ssh_connectionsFunction · 0.45
prepare_tb_hostfileFunction · 0.45
init_streamFunction · 0.45
runTestsMethod · 0.45

Calls

no outgoing calls

Tested by 1

runTestsMethod · 0.36