tf.nn.rnn_cell.GRUCell.__call__()

tf.nn.rnn_cell.GRUCell.__call__(inputs, state, scope=None) Gated recurrent unit (GRU) with nunits cells.

tf.contrib.distributions.Binomial.get_batch_shape()

tf.contrib.distributions.Binomial.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.bayesflow.stochastic_tensor.StudentTWithAbsDfSoftplusSigmaTensor.input_dict

tf.contrib.bayesflow.stochastic_tensor.StudentTWithAbsDfSoftplusSigmaTensor.input_dict

tf.contrib.bayesflow.stochastic_tensor.CategoricalTensor.__init__()

tf.contrib.bayesflow.stochastic_tensor.CategoricalTensor.__init__(name=None, dist_value_type=None, loss_fn=score_function, **dist_args)

tf.nn.rnn_cell.OutputProjectionWrapper.__init__()

tf.nn.rnn_cell.OutputProjectionWrapper.__init__(cell, output_size) Create a cell with output projection. Args: cell: an RNNCell, a projection to output_size is added to it. output_size: integer, the size of the output after projection. Raises: TypeError: if cell is not an RNNCell. ValueError: if output_size is not positive.

tf.contrib.distributions.Multinomial.get_batch_shape()

tf.contrib.distributions.Multinomial.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.SparseTensor.graph

tf.SparseTensor.graph The Graph that contains the index, value, and shape tensors.

tf.contrib.distributions.InverseGamma.get_batch_shape()

tf.contrib.distributions.InverseGamma.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.Mixture.log_cdf()

tf.contrib.distributions.Mixture.log_cdf(value, name='log_cdf') Log cumulative distribution function. Given random variable X, the cumulative distribution function cdf is: log_cdf(x) := Log[ P[X <= x] ] Often, a numerical approximation can be used for log_cdf(x) that yields a more accurate answer than simply taking the logarithm of the cdf when x << -1. Args: value: float or double Tensor. name: The name to give this op. Returns: logcdf: a Tensor of shape sample_shape(x) + self.

tf.TFRecordReader.serialize_state()

tf.TFRecordReader.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.