Searched refs:testSample (Results 1 – 12 of 12) sorted by relevance
36 public void testSample() throws Exception { in testSample() method in ScatterSampleTest
82 def testSample(self): member in VectorLaplaceDiagTest
72 def testSample(self): member in VectorExponentialDiagTest
82 def testSample(self): member in RelaxedOneHotCategoricalTest
98 def testSample(self): member in MultivariateNormalDiagTest
128 def testSample(self): member in MultivariateNormalDiagPlusLowRankTest
140 def testSample(self): member in OneHotCategoricalTest
110 def testSample(self): member in WishartCholeskyTest
138 def testSample(self): member in MultivariateNormalTriLTest
248 def testSample(self): member in DirichletTest
365 def testSample(self): member in CategoricalTest
6005 const deUint64 testSample = testSamples[sampleNdx]; in sumOfRanks() local6006 …const int lowerIndex = (int)(std::lower_bound(allSamples.begin(), allSamples.end(), testSample, … in sumOfRanks()6007 …const int upperIndex = (int)(std::upper_bound(allSamples.begin(), allSamples.end(), testSample, … in sumOfRanks()