tf.contrib.distributions.BetaWithSoftplusAB.pmf(value, name='pmf')
Probability mass function.
Args:
value: float or double Tensor.
name: The name to give this op.
Returns:
pmf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype.
Raises:
TypeError: if is_continuous.