tf.contrib.distributions.Multinomial.get_event_shape()

tf.contrib.distributions.Multinomial.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.BaseStochasticTensor.input_dict

tf.contrib.bayesflow.stochastic_tensor.BaseStochasticTensor.input_dict

tf.contrib.learn.LinearRegressor.bias_

tf.contrib.learn.LinearRegressor.bias_

tf.floor()

tf.floor(x, name=None) Returns element-wise largest integer not greater than x. Args: x: A Tensor. Must be one of the following types: half, float32, float64. name: A name for the operation (optional). Returns: A Tensor. Has the same type as x.

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

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

tf.contrib.distributions.StudentT.get_batch_shape()

tf.contrib.distributions.StudentT.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.

tf.contrib.distributions.Chi2WithAbsDf.get_event_shape()

tf.contrib.distributions.Chi2WithAbsDf.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.

tensorflow::EnvWrapper::~EnvWrapper()

tensorflow::EnvWrapper::EnvWrapper(Env *t) Initializes an EnvWrapper that delegates all calls to *t.

tensorflow::EnvWrapper::GetRegisteredFileSystemSchemes()

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

tf.contrib.graph_editor.SubGraphView.__exit__()

tf.contrib.graph_editor.SubGraphView.__exit__(exc_type, exc_value, traceback)