tf.contrib.distributions.BernoulliWithSigmoidP.get_batch_shape()

tf.contrib.distributions.BernoulliWithSigmoidP.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.Chi2WithAbsDf.is_continuous

tf.contrib.distributions.Chi2WithAbsDf.is_continuous

tf.contrib.bayesflow.stochastic_tensor.WishartCholeskyTensor.value()

tf.contrib.bayesflow.stochastic_tensor.WishartCholeskyTensor.value(name='value')

tf.contrib.distributions.LaplaceWithSoftplusScale.param_shapes()

tf.contrib.distributions.LaplaceWithSoftplusScale.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.Exponential.batch_shape()

tf.contrib.distributions.Exponential.batch_shape(name='batch_shape') Shape of a single sample from a single event index as a 1-D Tensor. The product of the dimensions of the batch_shape is the number of independent distributions of this kind the instance represents. Args: name: name to give to the op Returns: batch_shape: Tensor.

tf.contrib.distributions.StudentT.batch_shape()

tf.contrib.distributions.StudentT.batch_shape(name='batch_shape') Shape of a single sample from a single event index as a 1-D Tensor. The product of the dimensions of the batch_shape is the number of independent distributions of this kind the instance represents. Args: name: name to give to the op Returns: batch_shape: Tensor.

tf.contrib.rnn.AttentionCellWrapper.output_size

tf.contrib.rnn.AttentionCellWrapper.output_size

tf.contrib.distributions.Uniform.batch_shape()

tf.contrib.distributions.Uniform.batch_shape(name='batch_shape') Shape of a single sample from a single event index as a 1-D Tensor. The product of the dimensions of the batch_shape is the number of independent distributions of this kind the instance represents. Args: name: name to give to the op Returns: batch_shape: Tensor.

tf.contrib.bayesflow.stochastic_tensor.PoissonTensor.dtype

tf.contrib.bayesflow.stochastic_tensor.PoissonTensor.dtype

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

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