tf.contrib.distributions.Categorical.logits

tf.contrib.distributions.Categorical.logits

tensorflow::Env::GetRegisteredFileSystemSchemes()

Status tensorflow::Env::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) Returns the file system schemes registered for this Env .

tensorflow::PartialTensorShape::IsValidShape()

Status tensorflow::PartialTensorShape::IsValidShape(const TensorShapeProto &proto) Returns OK iff proto is a valid tensor shape, and a descriptive error status otherwise.

tf.contrib.distributions.QuantizedDistribution

class tf.contrib.distributions.QuantizedDistribution Distribution representing the quantization Y = ceiling(X).

tf.contrib.distributions.QuantizedDistribution.is_reparameterized

tf.contrib.distributions.QuantizedDistribution.is_reparameterized

tf.contrib.distributions.DirichletMultinomial.std()

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

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagTensor.entropy()

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagTensor.entropy(name='entropy')

tf.contrib.graph_editor.OpMatcher.input_ops()

tf.contrib.graph_editor.OpMatcher.input_ops(*args) Add input matches.

tf.contrib.distributions.MultivariateNormalDiag.validate_args

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

tf.contrib.distributions.StudentT.mean()

tf.contrib.distributions.StudentT.mean(name='mean') Mean. Additional documentation from StudentT: The mean of Student's T equals mu if df > 1, otherwise it is NaN. If self.allow_nan_stats=True, then an exception will be raised rather than returning NaN.