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

Method Subscript

mlx/einsum.cpp:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23// to recompute the set
24struct Subscript {
25 Subscript(std::string str, CharSet set)
26 : str(std::move(str)), set(std::move(set)) {};
27 std::string str;
28 CharSet set;
29};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected