Searched refs:random_gamma (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
D | random_gamma_test.py | 47 rng = random_ops.random_gamma( 180 rnd1 = random_ops.random_gamma([24], 2.0, dtype=dtype) 181 rnd2 = random_ops.random_gamma([24], 2.0, dtype=dtype) 188 rnd = random_ops.random_gamma([150], 2.0) 190 rnd = random_ops.random_gamma([150], 2.0, beta=[3.0, 4.0]) 192 rnd = random_ops.random_gamma([150], array_ops.ones([1, 2, 3])) 194 rnd = random_ops.random_gamma([20, 30], array_ops.ones([1, 2, 3])) 196 rnd = random_ops.random_gamma( 201 rnd = random_ops.random_gamma( 205 rnd = random_ops.random_gamma( [all …]
|
D | random_grad_test.py | 82 sample = random_ops.random_gamma(shape, alpha, beta, seed=12345) 92 sample = random_ops.random_gamma(shape, alpha, beta, seed=12345) 102 sample = random_ops.random_gamma(shape, alpha, beta, seed=12345) 132 sample = random_ops.random_gamma( 179 sample = random_ops.random_gamma( 214 sample = random_ops.random_gamma([num_samples], alpha, seed=12345) 245 sample = random_ops.random_gamma([num_samples], alpha, 1.0, seed=12345)
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | beta.py | 248 gamma1_sample = random_ops.random_gamma( 253 gamma2_sample = random_ops.random_gamma(
|
D | dirichlet_multinomial.py | 265 math_ops.log(random_ops.random_gamma(
|
D | dirichlet.py | 231 gamma_sample = random_ops.random_gamma(
|
D | gamma.py | 219 return random_ops.random_gamma(
|
D | student_t.py | 256 gamma_sample = random_ops.random_gamma(
|
/external/tensorflow/tensorflow/python/ops/ |
D | random_ops.py | 401 def random_gamma(shape, function 479 gen_random_ops.random_gamma(
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | negative_binomial.py | 154 rate = random_ops.random_gamma(
|
D | inverse_gamma.py | 196 return 1. / random_ops.random_gamma(
|
D | wishart.py | 243 g = random_ops.random_gamma(shape=[n],
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | control_flow_ops_test.py | 451 return random_ops.random_gamma([3], alpha=[0.5])
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.pbtxt | 1768 name: "random_gamma"
|
/external/tensorflow/ |
D | RELEASE.md | 341 * Added derivative of `tf.random_gamma` with respect to the alpha parameter. 949 * Fix `tf.random_gamma` incorrectly handling non-batch, scalar draws.
|