tf.contrib.distributions.Distribution.__init__(dtype, parameters, is_continuous, is_reparameterized, validate_args, allow_nan_stats, name=None)
Constructs the Distribution.
This is a private method for subclass use.
Args:
dtype: The type of the event samples. None implies no type-enforcement.
parameters: Python dictionary of parameters used by this Distribution.
is_continuous: Python boolean. If True this Distribution is continuous over its supported domain.
is_reparameterized: Python bool