tf.contrib.distributions.Laplace.pmf(value, name='pmf') Probability mass function. Args: value: float or double Tensor. name: The name to give this op. Returns: pmf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype. Raises: TypeError: if is_continuous.
tf.errors.UnimplementedError.__init__(node_def, op, message) Creates an UnimplementedError.
tf.contrib.bayesflow.stochastic_tensor.QuantizedDistributionTensor.__init__(name=None, dist_value_type=None, loss_fn=score_function, **dist_args)
tf.contrib.distributions.MultivariateNormalDiagWithSoftplusStDev.get_batch_shape() Shape of a single sample from a single event index as a TensorShape. Same meaning as batch_shape. May be only partially defined. Returns: batch_shape: TensorShape, possibly unknown.
tf.contrib.distributions.InverseGammaWithSoftplusAlphaBeta.entropy(name='entropy') Shanon entropy in nats. Additional documentation from InverseGamma: This is defined to be entropy = alpha - log(beta) + log(Gamma(alpha)) + (1-alpha)digamma(alpha) where digamma(alpha) is the digamma function.
tf.contrib.learn.BaseEstimator.__repr__()
tf.WholeFileReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing. Args: name: A name for the operation (optional). Returns: An int64 Tensor.
tf.contrib.distributions.Distribution.is_continuous
tf.contrib.distributions.Categorical.name Name prepended to all ops created by this Distribution.
tf.contrib.distributions.MultivariateNormalDiag.sigma Dense (batch) covariance matrix, if available.
Page 70 of 319