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

Method CacheEntry

mlx/compile.cpp:304–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 public:
303 struct CacheEntry {
304 CacheEntry(Stream stream, bool shapeless)
305 : stream(stream), shapeless(shapeless) {};
306 Stream stream;
307 bool shapeless;
308 std::vector<array> inputs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected