tf.contrib.distributions.DirichletMultinomial.param_static_shapes(cls, sample_shape)
param_shapes with static (i.e. TensorShape) shapes.
Args:
- 
sample_shape:TensorShapeor python list/tuple. Desired shape of a call tosample(). 
Returns:
dict of parameter name to TensorShape.
Raises:
- 
ValueError: ifsample_shapeis aTensorShapeand is not fully defined. 
Please login to continue.