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

Function import_function

mlx/export.cpp:1034–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034ImportedFunction import_function(const std::string& file) {
1035 return ImportedFunction{file};
1036}
1037
1038ImportedFunction::ImportedFunction(const std::string& file)
1039 : ftable(std::make_shared<FunctionTable>()) {

Callers 4

init_exportFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected