Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ f
Method
f
python/tests/test_vmap.py:653–654 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
651
d = {}
652
653
def
f(x):
654
return
d[
"x"
]
655
656
d[
"f"
] = mx.vmap(f)
657
d[
"x"
] = mx.array([0] * 1000)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected