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