tf.contrib.distributions.Chi2WithAbsDf.event_shape()

tf.contrib.distributions.Chi2WithAbsDf.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.TensorArray.pack()

tf.TensorArray.pack(name=None) Return the values in the TensorArray as a packed Tensor. All of the values must have been written and their shapes must all match. Args: name: A name for the operation (optional). Returns: All the tensors in the TensorArray packed into one tensor.

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalCholeskyTensor.clone()

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalCholeskyTensor.clone(name=None, **dist_args)

tf.contrib.distributions.Binomial.p

tf.contrib.distributions.Binomial.p Probability of success.

tf.contrib.learn.monitors.RunHookAdapterForMonitors.end()

tf.contrib.learn.monitors.RunHookAdapterForMonitors.end(session)

tf.contrib.distributions.InverseGammaWithSoftplusAlphaBeta.std()

tf.contrib.distributions.InverseGammaWithSoftplusAlphaBeta.std(name='std') Standard deviation.

tf.contrib.distributions.Chi2WithAbsDf.param_shapes()

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

tf.contrib.distributions.GammaWithSoftplusAlphaBeta.is_continuous

tf.contrib.bayesflow.stochastic_tensor.BernoulliTensor.loss()

tf.contrib.bayesflow.stochastic_tensor.BernoulliTensor.loss(final_loss, name='Loss')

tf.VarLenFeature.dtype

tf.VarLenFeature.dtype Alias for field number 0