tf.contrib.distributions.WishartFull.prob(value, name='prob')
Probability density/mass function (depending on is_continuous
).
Args:
-
value
:float
ordouble
Tensor
. -
name
: The name to give this op.
Returns:
-
prob
: aTensor
of shapesample_shape(x) + self.batch_shape
with values of typeself.dtype
.
Please login to continue.