tf.contrib.distributions.Mixture.pmf(value, name='pmf')
Probability mass function.
Args:
-
value:floatordoubleTensor. -
name: The name to give this op.
Returns:
-
pmf: aTensorof shapesample_shape(x) + self.batch_shapewith values of typeself.dtype.
Raises:
-
TypeError: ifis_continuous.
Please login to continue.