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

Method AttachedData

python/src/transforms.cpp:422–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 int num_outputs;
421
422 AttachedData(nb::object output_structure_, int num_outputs_)
423 : output_structure(output_structure_), num_outputs(num_outputs_) {}
424 };
425
426 PyCompiledFun(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected