tf.contrib.distributions.Chi2WithAbsDf.allow_nan_stats

tf.contrib.distributions.Chi2WithAbsDf.allow_nan_stats Python boolean describing behavior when a stat is undefined. Stats return +/- infinity when it makes sense. E.g., the variance of a Cauchy distribution is infinity. However, sometimes the statistic is undefined, e.g., if a distribution's pdf does not achieve a maximum within the support of the distribution, the mode is undefined. If the mean is undefined, then by definition the variance is undefined. E.g. the mean for Student's T for df =

tensorflow::EnvWrapper::StartThread()

Thread* tensorflow::EnvWrapper::StartThread(const ThreadOptions &thread_options, const string &name, std::function< void()> fn) override Returns a new thread that is running fn() and is identified (for debugging/performance-analysis) by "name". Caller takes ownership of the result and must delete it eventually (the deletion will block until fn() stops running).

tf.contrib.distributions.Laplace.prob()

tf.contrib.distributions.Laplace.prob(value, name='prob') Probability density/mass function (depending on is_continuous). Args: value: float or double Tensor. name: The name to give this op. Returns: prob: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype.

tf.contrib.distributions.Binomial.parameters

tf.contrib.distributions.Binomial.parameters Dictionary of parameters used by this Distribution.

tf.contrib.distributions.MultivariateNormalDiag.get_event_shape()

tf.contrib.distributions.MultivariateNormalDiag.get_event_shape() Shape of a single sample from a single batch as a TensorShape. Same meaning as event_shape. May be only partially defined. Returns: event_shape: TensorShape, possibly unknown.

tf.QueueBase.queue_ref

tf.QueueBase.queue_ref The underlying queue reference.

tf.contrib.distributions.InverseGamma.is_continuous

tf.contrib.distributions.InverseGamma.is_continuous

tf.contrib.bayesflow.stochastic_tensor.GammaWithSoftplusAlphaBetaTensor.value()

tf.contrib.bayesflow.stochastic_tensor.GammaWithSoftplusAlphaBetaTensor.value(name='value')

tf.contrib.distributions.StudentT.pmf()

tf.contrib.distributions.StudentT.pmf(value, name='pmf') Probability mass function. Args: value: float or double Tensor. name: The name to give this op. Returns: pmf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype. Raises: TypeError: if is_continuous.

tf.contrib.distributions.TransformedDistribution.std()

tf.contrib.distributions.TransformedDistribution.std(name='std') Standard deviation.