!7093 Add description of seed that TransformedDistribution uses

Merge pull request !7093 from peixu_ren/master
pull/7093/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit ec3b5ee195

@ -32,6 +32,8 @@ class TransformedDistribution(Distribution):
bijector (Bijector): The transformation to perform.
distribution (Distribution): The original distribution.
seed (int): The seed is used in sampling. The global seed is used if it is None.
If this seed is given when a TransformedDistribution object is initialised, the object's sampling function
will use this seed; elsewise, the underlying distribution's seed will be used.
name (str): The name of the transformed distribution. Default: 'transformed_distribution'.
Note:

Loading…
Cancel
Save