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

Method seed

imperative/python/megengine/module/vision.py:102–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100
101 @property
102 def seed(self):
103 return self._seed
104
105 @seed.setter
106 def seed(self, seed):

Callers 15

_worker_loopFunction · 0.45
runnerFunction · 0.45
test_nmsFunction · 0.45
runnerFunction · 0.45
test_conv2dFunction · 0.45
test_conv_transpose2dFunction · 0.45
test_elemwiseFunction · 0.45
test_batch_normFunction · 0.45
test_reduceFunction · 0.45
test_coshFunction · 0.45
test_sinhFunction · 0.45

Calls 1

RNGClass · 0.50

Tested by 15

runnerFunction · 0.36
test_nmsFunction · 0.36
runnerFunction · 0.36
test_conv2dFunction · 0.36
test_conv_transpose2dFunction · 0.36
test_elemwiseFunction · 0.36
test_batch_normFunction · 0.36
test_reduceFunction · 0.36
test_coshFunction · 0.36
test_sinhFunction · 0.36
test_asinhFunction · 0.36