tf.contrib.distributions.Distribution.log_pmf(value, name='log_pmf')
Log probability mass function.
Args:
-
value
:float
ordouble
Tensor
. -
name
: The name to give this op.
Returns:
-
log_pmf
: aTensor
of shapesample_shape(x) + self.batch_shape
with values of typeself.dtype
.
Raises:
-
TypeError
: ifis_continuous
.
Please login to continue.