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

Class Vector

python/tests/test_tree.py:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 from typing import NamedTuple
52
53 class Vector(tuple):
54 pass
55
56 class Params(NamedTuple):
57 m: mx.array

Callers 1

test_supported_treesMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_supported_treesMethod · 0.56