tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.dtype

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.dtype The DType of Tensors handled by this Distribution.

tf.contrib.bayesflow.stochastic_tensor.Chi2WithAbsDfTensor.mean()

tf.contrib.bayesflow.stochastic_tensor.Chi2WithAbsDfTensor.mean(name='mean')

tf.contrib.distributions.BetaWithSoftplusAB.pmf()

tf.contrib.distributions.BetaWithSoftplusAB.pmf(value, name='pmf') Probability mass function. Args: value: float or double Tensor. name: The name to give this op. Returns: pmf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype. Raises: TypeError: if is_continuous.

tf.contrib.distributions.Laplace.is_reparameterized

tf.contrib.distributions.Laplace.is_reparameterized

tf.contrib.learn.TensorFlowRNNClassifier.save()

tf.contrib.learn.TensorFlowRNNClassifier.save(path) Saves checkpoints and graph to given path. Args: path: Folder to save model to.

tf.contrib.learn.monitors.BaseMonitor

class tf.contrib.learn.monitors.BaseMonitor Base class for Monitors. Defines basic interfaces of Monitors. Monitors can either be run on all workers or, more commonly, restricted to run exclusively on the elected chief worker.

tf.TensorArray.write()

tf.TensorArray.write(index, value, name=None) Write value into index index of the TensorArray. Args: index: 0-D. int32 scalar with the index to write to. value: N-D. Tensor of type dtype. The Tensor to write to this index. name: A name for the operation (optional). Returns: A new TensorArray object with flow that ensures the write occurs. Use this object all for subsequent operations. Raises: ValueError: if there are more writers than specified.

tensorflow::EnvWrapper::SchedClosure()

void tensorflow::EnvWrapper::SchedClosure(std::function< void()> closure) override

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagPlusVDVTTensor.value_type

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagPlusVDVTTensor.value_type

tensorflow::Env::GetChildren()

Status tensorflow::Env::GetChildren(const string &dir, std::vector< string > *result) Stores in *result the names of the children of the specified directory. The names are relative to "dir". Original contents of *results are dropped.