tf.contrib.distributions.BetaWithSoftplusAB.std()

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

tf.contrib.distributions.MultivariateNormalCholesky.mode()

tf.contrib.distributions.MultivariateNormalCholesky.mode(name='mode') Mode.

tf.contrib.distributions.Chi2WithAbsDf.variance()

tf.contrib.distributions.Chi2WithAbsDf.variance(name='variance') Variance.

tf.contrib.bayesflow.stochastic_tensor.MultinomialTensor.graph

tf.contrib.bayesflow.stochastic_tensor.MultinomialTensor.graph

tf.contrib.bayesflow.stochastic_tensor.GammaTensor.value_type

tf.contrib.bayesflow.stochastic_tensor.GammaTensor.value_type

tf.contrib.bayesflow.stochastic_tensor.ExponentialTensor.mean()

tf.contrib.bayesflow.stochastic_tensor.ExponentialTensor.mean(name='mean')

tf.contrib.learn.BaseEstimator.get_variable_names()

tf.contrib.learn.BaseEstimator.get_variable_names() Returns list of all variable names in this model. Returns: List of names.

tf.contrib.distributions.WishartCholesky.is_continuous

tf.contrib.distributions.WishartCholesky.is_continuous

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagWithSoftplusStDevTensor

class tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagWithSoftplusStDevTensor MultivariateNormalDiagWithSoftplusStDevTensor is a StochasticTensor backed by the distribution MultivariateNormalDiagWithSoftplusStDev.

tf.contrib.framework.reduce_sum_n()

tf.contrib.framework.reduce_sum_n(tensors, name=None) Reduce tensors to a scalar sum. This reduces each tensor in tensors to a scalar via tf.reduce_sum, then adds them via tf.add_n. Args: tensors: List of tensors, all of the same numeric type. name: Tensor name, and scope for all other ops. Returns: Total loss tensor, or None if no losses have been configured. Raises: ValueError: if losses is missing or empty.