MCPcopy 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
197def transpose(*args, **kwargs):
198 op = builtin.Dimshuffle(**kwargs)
199 return invoke_op(op, args)
200
201
202def broadcast(input, tshape):

Callers 1

test_transposeFunction · 0.70

Calls 2

invoke_opFunction · 0.85
DimshuffleMethod · 0.80

Tested by

no test coverage detected