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

Method enter

python/src/stream.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void enter() {
29 _inner = new mx::StreamContext(_s);
30 }
31
32 void exit() {
33 if (_inner != nullptr) {

Callers 1

init_streamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected