Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ reshape_transposed
Function
reshape_transposed
benchmarks/python/single_ops.py:108–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
mx.eval(x)
107
108
def
reshape_transposed():
109
return
mx.reshape(mx.transpose(x, (1, 0, 2)), (-1,))
110
111
time_fn(reshape_transposed)
112
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected