tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagPlusVDVTTensor.value_type

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagPlusVDVTTensor.value_type

tensorflow::Status::State

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

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::Tensor::dtype()

DataType tensorflow::Tensor::dtype() const Returns the data type.

tensorflow::Status::operator==()

bool tensorflow::Status::operator==(const Status &x) const

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

tf.contrib.learn.monitors.SummarySaver.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.

tensorflow::EnvWrapper::SchedClosure()

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

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.

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.contrib.learn.TensorFlowRNNClassifier.save()

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