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