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

Method vmap

mlx/compile.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167std::pair<std::vector<array>, std::vector<int>> Compiled::vmap(
168 const std::vector<array>&,
169 const std::vector<int>&) {
170 throw std::runtime_error("[Compiled] Cannot vmap primitive.");
171}
172
173bool Compiled::is_equivalent(const Primitive& other) const {
174 const Compiled& a_other = static_cast<const Compiled&>(other);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected