tf.contrib.distributions.InverseGamma.pmf(value, name='pmf')
Probability mass function.
Args:
- 
value:floatordoubleTensor. - 
name: The name to give this op. 
Returns:
- 
pmf: aTensorof shapesample_shape(x) + self.batch_shapewith values of typeself.dtype. 
Raises:
- 
TypeError: ifis_continuous. 
Please login to continue.