HomeSort by relevance Sort by last modified time
    Searched full:inv_gamma (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
inverse_gamma_test.py 36 inv_gamma = inverse_gamma.InverseGamma(concentration=alpha, rate=beta)
38 self.assertEqual(inv_gamma.batch_shape_tensor().eval(), (5,))
39 self.assertEqual(inv_gamma.batch_shape,
41 self.assertAllEqual(inv_gamma.event_shape_tensor().eval(), [])
42 self.assertEqual(inv_gamma.event_shape, tensor_shape.TensorShape(
53 inv_gamma = inverse_gamma.InverseGamma(concentration=alpha, rate=beta)
55 log_pdf = inv_gamma.log_prob(x)
59 pdf = inv_gamma.prob(x)
71 inv_gamma = inverse_gamma.InverseGamma(concentration=alpha, rate=beta)
73 log_pdf = inv_gamma.log_prob(x
    [all...]
  /external/opencv/cvaux/src/
cvhmm1d.cpp     [all...]
cvhmm.cpp 1462 float inv_gamma = 1.f\/((int*)(state->weight))[m]; local
    [all...]

Completed in 548 milliseconds