Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ transpose_add
Function
transpose_add
benchmarks/python/single_ops.py:18–19 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
16
mx.eval(aT)
17
18
def
transpose_add(a, b):
19
return
mx.add(a, b)
20
21
time_fn(transpose_add, aT, b)
22
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected