Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ transpose
Function
transpose
imperative/python/test/unit/core/test_indexing_op.py:197–199 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
195
196
197
def
transpose(*args, **kwargs):
198
op = builtin.Dimshuffle(**kwargs)
199
return
invoke_op(op, args)
200
201
202
def
broadcast(input, tshape):
Callers
1
test_transpose
Function · 0.70
Calls
2
invoke_op
Function · 0.85
Dimshuffle
Method · 0.80
Tested by
no test coverage detected