Searched defs:testSeed (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/random/ | ||
H A D | random_ops_test.py | 108 def testSeed(self): member in RandomNormalTest |
H A D | candidate_sampler_ops_test.py | 108 def testSeed(self): member in RangeSamplerOpsTest |
H A D | random_poisson_test.py | 89 def testSeed(self): member in RandomPoissonTest |
H A D | random_binomial_test.py | 74 def testSeed(self): member in RandomBinomialTest |
H A D | random_gamma_test.py | 161 def testSeed(self): member in RandomGammaTest |
/aosp_15_r20/cts/hostsidetests/monkey/src/com/android/cts/monkey/ | ||
H A D | SeedTest.java | 23 public void testSeed() throws Exception { in testSeed() method in SeedTest |