tf.contrib.distributions.Poisson.log_pdf()

tf.contrib.distributions.Poisson.log_pdf(value, name='log_pdf')

Log probability density function.

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

Please login to continue.