tf.IdentityReader.serialize_state()

tf.IdentityReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not all Readers support being serialized, so this can produce an Unimplemented error. Args: name: A name for the operation (optional). Returns: A string Tensor.

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.sigma_det()

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.sigma_det(name='sigma_det') Determinant of covariance matrix.

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.learn.monitors.ValidationMonitor.epoch_end()

tf.contrib.learn.monitors.ValidationMonitor.epoch_end(epoch) End epoch. Args: epoch: int, the epoch number. Raises: ValueError: if we've not begun an epoch, or epoch number does not match.

tensorflow::Status::State

Member Details tensorflow::error::Code tensorflow::Status::State::code string tensorflow::Status::State::msg