tf.contrib.distributions.StudentT.sample(sample_shape=(), seed=None, name='sample') Generate samples of the specified shape.
tf.contrib.distributions.DirichletMultinomial.name Name prepended to all ops created by this Distribution.
tf.contrib.distributions.BetaWithSoftplusAB.std(name='std') Standard deviation.
tf.contrib.distributions.Mixture.components
tf.contrib.distributions.StudentT.dtype The DType of Tensors handled by this Distribution
tf.contrib.distributions.TransformedDistribution.parameters Dictionary of parameters used by this Distribution.
tf.contrib.distributions.MultivariateNormalFull.mean(name='mean') Mean.
tf.contrib.distributions.NormalWithSoftplusSigma.log_pdf(value, name='log_pdf') Log probability density function.
tf.contrib.distributions.MultivariateNormalDiagWithSoftplusStDev.batch_shape(name='batch_shape') Shape of a single sample from
class tf.contrib.distributions.Multinomial Multinomial distribution. This distribution is parameterized
Page 72 of 100