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

Method close

python/src/export.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 : exporter_(std::move(other.exporter_)), dep_(std::move(other.dep_)) {}
83
84 void close() {
85 exporter_.close();
86 }
87 void operator()(const mx::Args& args, const mx::Kwargs& kwargs) {
88 exporter_(args, kwargs);
89 }

Callers 1

init_exportFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected