tf.contrib.distributions.NormalWithSoftplusSigma.dtype

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

tf.contrib.framework.VariableDeviceChooser

class tf.contrib.framework.VariableDeviceChooser Device chooser for variables. When using a parameter server it will assign them in a round-robin fashion. When not using a parameter server it allows GPU or CPU placement.

tensorflow::Tensor::FillDescription()

void tensorflow::Tensor::FillDescription(TensorDescription *description) const Fill in the TensorDescription proto with metadata about the tensor that is useful for monitoring and debugging.

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

tf.contrib.learn.monitors.CaptureVariable.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.graph_editor.detach_control_outputs()

tf.contrib.graph_editor.detach_control_outputs(sgv, control_outputs) Detach all the external control outputs of the subgraph sgv. 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. control_outputs: a util.ControlOutputs instance.

tensorflow::Status::operator=()

void tensorflow::Status::operator=(const Status &s)

tf.contrib.distributions.Categorical.logits

tf.contrib.distributions.Categorical.logits

tensorflow::Env::GetRegisteredFileSystemSchemes()

Status tensorflow::Env::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) Returns the file system schemes registered for this Env .

tensorflow::PartialTensorShape::IsValidShape()

Status tensorflow::PartialTensorShape::IsValidShape(const TensorShapeProto &proto) Returns OK iff proto is a valid tensor shape, and a descriptive error status otherwise.

tf.contrib.distributions.QuantizedDistribution

class tf.contrib.distributions.QuantizedDistribution Distribution representing the quantization Y = ceiling(X).