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

Method FunctionTable

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

Source from the content-addressed store, hash-verified

529// A struct to hold and retrieve the graphs that are exported / imported
530struct FunctionTable {
531 FunctionTable(bool shapeless = false) : shapeless(shapeless) {};
532 struct Function {
533 Function(
534 std::vector<std::string> kwarg_keys,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected