tf.contrib.distributions.Distribution.log_pmf()

tf.contrib.distributions.Distribution.log_pmf(value, name='log_pmf')

Log probability mass function.

Args:
  • value: float or double Tensor.
  • name: The name to give this op.
Returns:
  • log_pmf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype.
Raises:
  • TypeError: if is_continuous.
doc_TensorFlow
2016-10-14 12:51:19
Comments
Leave a Comment

Please login to continue.