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