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

Method operator()

python/src/transforms.cpp:576–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574 }
575
576 nb::object operator()(const nb::args& args, const nb::kwargs& kwargs) const {
577 return const_cast<PyCompiledFun*>(this)->call_impl(args, kwargs);
578 };
579
580 ~PyCompiledFun() {
581 nb::gil_scoped_acquire gil;

Callers

nothing calls this directly

Calls 1

call_implMethod · 0.45

Tested by

no test coverage detected