tf.contrib.distributions.BetaWithSoftplusAB.log_prob()

tf.contrib.distributions.BetaWithSoftplusAB.log_prob(value, name='log_prob')

Log probability density/mass function (depending on is_continuous).

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.
doc_TensorFlow
2016-10-14 12:46:58
Comments
Leave a Comment

Please login to continue.