tf.contrib.distributions.QuantizedDistribution.mode()

tf.contrib.distributions.QuantizedDistribution.mode(name='mode') Mode.

tf.contrib.learn.monitors.NanLoss.post_step()

tf.contrib.learn.monitors.NanLoss.post_step(step, session)

tensorflow::PartialTensorShape::DebugString()

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

tf.contrib.graph_editor.SubGraphView.consumers()

tf.contrib.graph_editor.SubGraphView.consumers() Return a Python set of all the consumers of this subgraph view.

tf.contrib.distributions.Uniform.get_event_shape()

tf.contrib.distributions.Uniform.get_event_shape() Shape of a single sample from a single batch as a TensorShape. Same meaning as event_shape. May be only partially defined. Returns: event_shape: TensorShape, possibly unknown.

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

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

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

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

tensorflow::Env::NewRandomAccessFile()

Status tensorflow::Env::NewRandomAccessFile(const string &fname, std::unique_ptr< RandomAccessFile > *result) Creates a brand new random access read-only file with the specified name. On success, stores a pointer to the new file in *result and returns OK. On failure stores NULL in *result and returns non-OK. If the file does not exist, returns a non-OK status. The returned file may be concurrently accessed by multiple threads. The ownership of the returned RandomAccessFile is passed

tf.contrib.distributions.WishartCholesky.get_batch_shape()

tf.contrib.distributions.WishartCholesky.get_batch_shape() Shape of a single sample from a single event index as a TensorShape. Same meaning as batch_shape. May be only partially defined. Returns: batch_shape: TensorShape, possibly unknown.

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.