tf.contrib.bayesflow.stochastic_tensor.BetaWithSoftplusABTensor.clone()

tf.contrib.bayesflow.stochastic_tensor.BetaWithSoftplusABTensor.clone(name=None, **dist_args)

tf.contrib.distributions.Multinomial.pmf()

tf.contrib.distributions.Multinomial.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.bayesflow.stochastic_tensor.DirichletMultinomialTensor.value_type

tf.contrib.bayesflow.stochastic_tensor.DirichletMultinomialTensor.value_type

tf.contrib.distributions.Chi2WithAbsDf.survival_function()

tf.contrib.distributions.Chi2WithAbsDf.survival_function(value, name='survival_function') Survival function. Given random variable X, the survival function is defined: survival_function(x) = P[X > x] = 1 - P[X <= x] = 1 - cdf(x). Args: value: float or double Tensor. name: The name to give this op. Returns: Tensorof shapesample_shape(x) + self.batch_shapewith values of typeself.dtype`.

tf.contrib.distributions.BernoulliWithSigmoidP.batch_shape()

tf.contrib.distributions.BernoulliWithSigmoidP.batch_shape(name='batch_shape') Shape of a single sample from a single event index as a 1-D Tensor. The product of the dimensions of the batch_shape is the number of independent distributions of this kind the instance represents. Args: name: name to give to the op Returns: batch_shape: Tensor.

tf.contrib.bayesflow.stochastic_tensor.Chi2Tensor.dtype

tf.contrib.bayesflow.stochastic_tensor.Chi2Tensor.dtype

tf.contrib.bayesflow.stochastic_tensor.WishartFullTensor.input_dict

tf.contrib.bayesflow.stochastic_tensor.WishartFullTensor.input_dict

tf.contrib.learn.monitors.LoggingTrainable.post_step()

tf.contrib.learn.monitors.LoggingTrainable.post_step(step, session)

tf.contrib.bayesflow.stochastic_tensor.ExponentialTensor.graph

tf.contrib.bayesflow.stochastic_tensor.ExponentialTensor.graph

tf.contrib.distributions.Laplace.cdf()

tf.contrib.distributions.Laplace.cdf(value, name='cdf') Cumulative distribution function. Given random variable X, the cumulative distribution function cdf is: cdf(x) := P[X <= x] Args: value: float or double Tensor. name: The name to give this op. Returns: cdf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype.