MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / fun

Function fun

imperative/python/test/unit/jit/test_tracing.py:172–173  ·  view source on GitHub ↗
(data, repeats)

Source from the content-addressed store, hash-verified

170def test_repeat_in_trace():
171 @trace(symbolic=False)
172 def fun(data, repeats):
173 F.repeat(data, repeats)
174
175 data = tensor(np.random.random([1, 2, 3]).astype(np.float32))
176

Callers 5

test_repeat_in_traceFunction · 0.70
test_split_dumpFunction · 0.70
param_access_recordFunction · 0.50
sum_resultFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected