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

Method eval_cpu

mlx/transforms.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 explicit Synchronizer(Stream stream) : Primitive(stream) {}
54
55 void eval_cpu(const std::vector<array>&, std::vector<array>&) override {}
56 void eval_gpu(const std::vector<array>&, std::vector<array>&) override {}
57
58 DEFINE_NAME(Synchronize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected