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