tf.contrib.bayesflow.stochastic_tensor.DirichletTensor.distribution
tf.contrib.bayesflow.stochastic_tensor.StochasticTensor.value_type
tf.contrib.bayesflow.stochastic_tensor.StudentTWithAbsDfSoftplusSigmaTensor.clone(name=None, **dist_args)
tf.contrib.graph_editor.OpMatcher.control_input_ops(*args) Add input matches.
tf.contrib.distributions.WishartCholesky.mode(name='mode') Mode.
tf.contrib.bayesflow.stochastic_tensor.Chi2WithAbsDfTensor.__init__(name=None, dist_value_type=None, loss_fn=score_function, **dist_args)
tf.contrib.distributions.BetaWithSoftplusAB.validate_args Python boolean indicated possibly expensive checks are enabled.
class tf.contrib.learn.monitors.LoggingTrainable Writes trainable variable values into log every N steps. Write the tensors in trainable variables every_n steps, starting with the first_nth step.
tf.contrib.learn.monitors.LoggingTrainable.every_n_post_step(step, session) Callback after a step is finished or end() is called. Args: step: int, the current value of the global step. session: Session object.
class tf.python_io.TFRecordWriter A class to write records to a TFRecords file. This class implements __enter__ and __exit__, and can be used in with blocks like a normal file.
Page 134 of 319