tf.random_gamma

tf.random_gamma

tf.random_gamma

random_gamma(
    shape,
    alpha,
    beta=None,
    dtype=tf.float32,
    seed=None,
    name=None
)

Defined in tensorflow/python/ops/random_ops.py.

See the guide: Constants, Sequences, and Random Values > Random Tensors

Draws shape samples from each of the given Gamma distribution(s).

alpha登录查看完整内容