MCPcopy Create free account
hub / github.com/ml-explore/mlx / operator()

Method operator()

python/src/export.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 exporter_.close();
86 }
87 void operator()(const mx::Args& args, const mx::Kwargs& kwargs) {
88 exporter_(args, kwargs);
89 }
90
91 friend int py_function_exporter_tp_traverse(PyObject*, visitproc, void*);
92

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected