tf.contrib.distributions.Uniform.pdf(value, name='pdf')
Probability density function.
Args:
- 
value:floatordoubleTensor. - 
name: The name to give this op. 
Returns:
- 
prob: aTensorof shapesample_shape(x) + self.batch_shapewith values of typeself.dtype. 
Raises:
- 
TypeError: if notis_continuous. 
Please login to continue.