tensorflow::Env::GetChildren()

Status tensorflow::Env::GetChildren(const string &dir, std::vector< string > *result) Stores in *result the names of the children of the specified directory. The names are relative to "dir". Original contents of *results are dropped.

tf.contrib.distributions.Laplace.validate_args

tf.contrib.distributions.Laplace.validate_args Python boolean indicated possibly expensive checks are enabled.

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

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

tf.contrib.distributions.InverseGamma.log_pdf()

tf.contrib.distributions.InverseGamma.log_pdf(value, name='log_pdf') Log probability density function. Args: value: float or double Tensor. name: The name to give this op. Returns: log_prob: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype. Raises: TypeError: if not is_continuous.

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagWithSoftplusStDevTensor.value_type

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagWithSoftplusStDevTensor.value_type

tf.contrib.distributions.Bernoulli.pdf()

tf.contrib.distributions.Bernoulli.pdf(value, name='pdf') Probability density function. 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. Raises: TypeError: if not is_continuous.

tf.contrib.learn.TensorFlowRNNRegressor.config

tf.contrib.learn.TensorFlowRNNRegressor.config

tf.TFRecordReader.reset()

tf.TFRecordReader.reset(name=None) Restore a reader to its initial clean state. Args: name: A name for the operation (optional). Returns: The created Operation.

tf.contrib.learn.monitors.CaptureVariable.values

tf.contrib.learn.monitors.CaptureVariable.values Returns the values captured so far. Returns: dict mapping int step numbers to that values of the variable at the respective step.

tf.contrib.bayesflow.stochastic_tensor.InverseGammaWithSoftplusAlphaBetaTensor

class tf.contrib.bayesflow.stochastic_tensor.InverseGammaWithSoftplusAlphaBetaTensor InverseGammaWithSoftplusAlphaBetaTensor is a StochasticTensor backed by the distribution InverseGammaWithSoftplusAlphaBeta.