tf.contrib.framework.VariableDeviceChooser.__call__()

tf.contrib.framework.VariableDeviceChooser.__call__(op)

tf.nn.rnn_cell.BasicRNNCell.state_size

tf.nn.rnn_cell.BasicRNNCell.state_size

tf.contrib.distributions.MultivariateNormalCholesky.prob()

tf.contrib.distributions.MultivariateNormalCholesky.prob(value, name='prob') Probability density/mass function (depending on is_continuous). Additional documentation from _MultivariateNormalOperatorPD: x is a batch vector with compatible shape if x is a Tensor whose shape can be broadcast up to either: self.batch_shape + self.event_shape or [M1,...,Mm] + self.batch_shape + self.event_shape Args: value: float or double Tensor. name: The name to give this op. Returns: prob: a Tensor of sh

tf.contrib.learn.TensorFlowEstimator.get_variable_names()

tf.contrib.learn.TensorFlowEstimator.get_variable_names() Returns list of all variable names in this model. Returns: List of names.

tf.contrib.distributions.StudentTWithAbsDfSoftplusSigma.mean()

tf.contrib.distributions.StudentTWithAbsDfSoftplusSigma.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.

tf.contrib.distributions.BetaWithSoftplusAB.sample_n()

tf.contrib.distributions.BetaWithSoftplusAB.sample_n(n, seed=None, name='sample_n') Generate n samples. Args: n: Scalar Tensor of type int32 or int64, the number of observations to sample. seed: Python integer seed for RNG name: name to give to the op. Returns: samples: a Tensor with a prepended dimension (n,). Raises: TypeError: if n is not an integer type.

tf.contrib.distributions.BetaWithSoftplusAB.sample()

tf.contrib.distributions.BetaWithSoftplusAB.sample(sample_shape=(), seed=None, name='sample') Generate samples of the specified shape. Note that a call to sample() without arguments will generate a single sample. Args: sample_shape: 0D or 1D int32 Tensor. Shape of the generated samples. seed: Python integer seed for RNG name: name to give to the op. Returns: samples: a Tensor with prepended dimensions sample_shape.

tf.contrib.distributions.MultivariateNormalDiag.event_shape()

tf.contrib.distributions.MultivariateNormalDiag.event_shape(name='event_shape') Shape of a single sample from a single batch as a 1-D int32 Tensor. Args: name: name to give to the op Returns: event_shape: Tensor.

tf.contrib.distributions.MultivariateNormalDiag.param_shapes()

tf.contrib.distributions.MultivariateNormalDiag.param_shapes(cls, sample_shape, name='DistributionParamShapes') Shapes of parameters given the desired shape of a call to sample(). Subclasses should override static method _param_shapes. Args: sample_shape: Tensor or python list/tuple. Desired shape of a call to sample(). name: name to prepend ops with. Returns: dict of parameter name to Tensor shapes.

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.mu

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.mu