tf.contrib.distributions.Mixture.log_prob(value, name='log_prob')
Log probability density/mass function (depending on is_continuous).
Args:
-
value:floatordoubleTensor. -
name: The name to give this op.
Returns:
-
log_prob: aTensorof shapesample_shape(x) + self.batch_shapewith values of typeself.dtype.
Please login to continue.