Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ Params
Class
Params
python/tests/test_tree.py:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
pass
55
56
class
Params(NamedTuple):
57
m: mx.array
58
b: mx.array
59
60
list1 = [mx.array([0, 1]), mx.array(2)]
61
tuple1 = (mx.array([0, 1]), mx.array(2))
Callers
1
test_supported_trees
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_supported_trees
Method · 0.68