Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ operator()
Method
operator()
python/src/transforms.cpp:642–644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
nb::object operator()(const nb::args& args, const nb::kwargs& kwargs) const {
643
return const_cast<PyCheckpointedFun*>(this)->call_impl(args, kwargs);
644
}
645
646
private:
647
nb::callable fun_;
Callers
nothing calls this directly
Calls
1
call_impl
Method · 0.45
Tested by
no test coverage detected