tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagWithSoftplusStDevTensor.dtype

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagWithSoftplusStDevTensor.dtype

tf.contrib.distributions.TransformedDistribution.batch_shape()

tf.contrib.distributions.TransformedDistribution.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.TransformedDistribution.event_shape()

tf.contrib.distributions.TransformedDistribution.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.bayesflow.stochastic_tensor.GammaTensor.dtype

tf.contrib.bayesflow.stochastic_tensor.GammaTensor.dtype

tf.contrib.learn.monitors.StepCounter.every_n_post_step()

tf.contrib.learn.monitors.StepCounter.every_n_post_step(step, session) Callback after a step is finished or end() is called. Args: step: int, the current value of the global step. session: Session object.

tf.contrib.distributions.MultivariateNormalDiag.allow_nan_stats

tf.contrib.distributions.MultivariateNormalDiag.allow_nan_stats Python boolean describing behavior when a stat is undefined. Stats return +/- infinity when it makes sense. E.g., the variance of a Cauchy distribution is infinity. However, sometimes the statistic is undefined, e.g., if a distribution's pdf does not achieve a maximum within the support of the distribution, the mode is undefined. If the mean is undefined, then by definition the variance is undefined. E.g. the mean for Student's T

tf.contrib.distributions.Laplace.mean()

tf.contrib.distributions.Laplace.mean(name='mean') Mean.

tf.contrib.graph_editor.detach_inputs()

tf.contrib.graph_editor.detach_inputs(sgv, control_inputs=False) Detach the inputs of a subgraph view. Args: sgv: the subgraph view to be detached. This argument is converted to a subgraph using the same rules as the function subgraph.make_view. Note that sgv is modified in place. control_inputs: if True control_inputs are also detached. Returns: A tuple (sgv, input_placeholders) where sgv is a new subgraph view of the detached subgraph; input_placeholders is a list of the created input pl

tf.contrib.graph_editor.detach()

tf.contrib.graph_editor.detach(sgv, control_inputs=False, control_outputs=None, control_ios=None) Detach both the inputs and the outputs of a subgraph view. Args: sgv: the subgraph view to be detached. This argument is converted to a subgraph using the same rules as the function subgraph.make_view. Note that sgv is modified in place. control_inputs: A boolean indicating whether control inputs are enabled. control_outputs: An instance of util.ControlOutputs or None. If not None, control outp

tensorflow::Tensor::IsSameSize()

bool tensorflow::Tensor::IsSameSize(const Tensor &b) const