tf.contrib.distributions.Beta.__init__(a, b, validate_args=False, allow_nan_stats=True, name='Beta')
Initialize a batch of Beta distributions.
Args:
a: Positive floating point tensor with shape broadcastable to [N1,..., Nm] m >= 0. Defines this as a batch of N1 x ... x Nm different Beta distributions. This also defines the dtype of the distribution.
b: Positive floating point tensor with shape broadcastable to [N1,..., Nm] m >= 0. Defines this as a batch of N1 x ... x Nm different Beta