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

Method ArrayLike

python/src/convert.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59struct ArrayLike {
60 ArrayLike(nb::object obj) : obj(obj) {};
61 nb::object obj;
62};
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected