tf.contrib.bayesflow.stochastic_tensor.BernoulliTensor.name

tf.contrib.bayesflow.stochastic_tensor.BernoulliTensor.name

tf.contrib.bayesflow.stochastic_tensor.QuantizedDistributionTensor.loss()

tf.contrib.bayesflow.stochastic_tensor.QuantizedDistributionTensor.loss(final_loss, name='Loss')

tf.contrib.learn.TensorFlowRNNClassifier.config

tf.contrib.learn.TensorFlowRNNClassifier.config

tf.TensorArray.flow

tf.TensorArray.flow The flow Tensor forcing ops leading to this TensorArray state.

tf.TensorArray.size()

tf.TensorArray.size(name=None) Return the size of the TensorArray.

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagTensor

class tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagTensor MultivariateNormalDiagTensor is a StochasticTensor backed by the distribution MultivariateNormalDiag.

tf.contrib.learn.monitors.GraphDump.begin()

tf.contrib.learn.monitors.GraphDump.begin(max_steps=None)

tf.contrib.learn.monitors.ExportMonitor.step_begin()

tf.contrib.learn.monitors.ExportMonitor.step_begin(step) Overrides BaseMonitor.step_begin. When overriding this method, you must call the super implementation. Args: step: int, the current value of the global step. Returns: A list, the result of every_n_step_begin, if that was called this step, or an empty list otherwise. Raises: ValueError: if called more than once during a step.

tf.contrib.bayesflow.stochastic_tensor.DirichletMultinomialTensor

class tf.contrib.bayesflow.stochastic_tensor.DirichletMultinomialTensor DirichletMultinomialTensor is a StochasticTensor backed by the distribution DirichletMultinomial.

tf.contrib.distributions.NormalWithSoftplusSigma.allow_nan_stats

tf.contrib.distributions.NormalWithSoftplusSigma.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