tf.WholeFileReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not all Readers support being serialized, so this can produce an Unimplemented error. Args: name: A name for the operation (optional). Returns: A string Tensor.
int64 tensorflow::PartialTensorShape::dim_size(int d) const Returns the number of elements in dimension d. REQUIRES: 0 <= d < dims()
tf.contrib.bayesflow.stochastic_tensor.ExponentialTensor.__init__(name=None, dist_value_type=None, loss_fn=score_function, **dist_args)
tf.contrib.bayesflow.stochastic_tensor.MultinomialTensor.input_dict
tf.contrib.bayesflow.variational_inference.ELBOForms.check_form(form)
tf.contrib.distributions.Exponential.alpha Shape parameter.
tf.contrib.distributions.Mixture.std(name='std') Standard deviation.
tf.contrib.bayesflow.stochastic_tensor.Chi2Tensor.graph
tf.contrib.distributions.Beta.log_pmf(value, name='log_pmf') Log probability mass function. Args: value: float or double Tensor. name: The name to give this op. Returns: log_pmf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype. Raises: TypeError: if is_continuous.
tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.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.
Page 190 of 319