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

Function fn2

imperative/python/test/unit/random/test_rng.py:827–828  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

825 break
826
827 def fn2(n):
828 return random.permutation(n=n)
829
830 if is_symbolic is not None:
831 fn2 = jit.trace(symbolic=is_symbolic)(fn2)

Callers 1

test_rng_empty_tensorFunction · 0.85

Calls 1

permutationMethod · 0.80

Tested by

no test coverage detected