tensorflow::Thread

Member Details tensorflow::Thread::Thread() tensorflow::Thread::~Thread() Blocks until the thread of control stops running.

tf.contrib.losses.hinge_loss()

tf.contrib.losses.hinge_loss(logits, target, scope=None) Method that returns the loss tensor for hinge loss. Args: logits: The logits, a float tensor. target: The ground truth output tensor. Its shape should match the shape of logits. The values of the tensor are expected to be 0.0 or 1.0. scope: The scope for the operations performed in computing the loss. Returns: A Tensor of same shape as logits and target representing the loss values across the batch. Raises: ValueError: If the shape

tf.contrib.bayesflow.stochastic_tensor.CategoricalTensor.name

tf.contrib.bayesflow.stochastic_tensor.CategoricalTensor.name

tf.nn.rnn_cell.EmbeddingWrapper.output_size

tf.nn.rnn_cell.EmbeddingWrapper.output_size

tf.contrib.graph_editor.SubGraphView.__str__()

tf.contrib.graph_editor.SubGraphView.__str__()

tensorflow::PartialTensorShape::DebugString()

string tensorflow::PartialTensorShape::DebugString() const For error messages.

tf.contrib.bayesflow.stochastic_tensor.BetaWithSoftplusABTensor.dtype

tf.contrib.bayesflow.stochastic_tensor.BetaWithSoftplusABTensor.dtype

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagTensor.loss()

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagTensor.loss(final_loss, name='Loss')

tensorflow::Env::GetFileSystemForFile()

Status tensorflow::Env::GetFileSystemForFile(const string &fname, FileSystem **result) Returns the FileSystem object to handle operations on the file specified by 'fname'. The FileSystem object is used as the implementation for the file system related (non-virtual) functions that follow. Returned FileSystem object is still owned by the Env object and will.

tf.contrib.bayesflow.stochastic_tensor.BaseStochasticTensor.value()

tf.contrib.bayesflow.stochastic_tensor.BaseStochasticTensor.value(name=None)