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

Function export_function

mlx/export.cpp:918–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918void export_function(
919 const std::string& file,
920 const std::function<std::vector<array>(const Args&)>& fun,
921 const Args& args,
922 bool shapeless /* = false */) {
923 exporter(file, fun, shapeless)(args);
924}
925
926void export_function(
927 const std::string& file,

Callers 3

init_exportFunction · 0.85
operator()Method · 0.85

Calls 1

exporterFunction · 0.85

Tested by

no test coverage detected