tf.contrib.distributions.BernoulliWithSigmoidP.__init__()

tf.contrib.distributions.BernoulliWithSigmoidP.__init__(p=None, dtype=tf.int32, validate_args=False, allow_nan_stats=True, name='BernoulliWithSigmoidP')

tf.contrib.distributions.MultivariateNormalDiag.cdf()

tf.contrib.distributions.MultivariateNormalDiag.cdf(value, name='cdf') Cumulative distribution function. Given random variable X, the cumulative distribution function cdf is: cdf(x) := P[X <= x] Args: value: float or double Tensor. name: The name to give this op. Returns: cdf: a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype.

tf.contrib.learn.LinearRegressor.weights_

tf.contrib.learn.LinearRegressor.weights_

tf.contrib.learn.monitors.EveryN.end()

tf.contrib.learn.monitors.EveryN.end(session=None)

tensorflow::TensorShape::begin()

TensorShapeIter tensorflow::TensorShape::begin() const For iterating through the dimensions.

tf.contrib.learn.BaseEstimator.get_params()

tf.contrib.learn.BaseEstimator.get_params(deep=True) Get parameters for this estimator. Args: deep: boolean, optional If True, will return the parameters for this estimator and contained subobjects that are estimators. Returns: params : mapping of string to any Parameter names mapped to their values.

tf.contrib.learn.LinearRegressor.evaluate()

tf.contrib.learn.LinearRegressor.evaluate(x=None, y=None, input_fn=None, feed_fn=None, batch_size=None, steps=None, metrics=None, name=None) See Evaluable. Raises: ValueError: If at least one of x or y is provided, and at least one of input_fn or feed_fn is provided. Or if metrics is not None or dict.

tf.contrib.bayesflow.stochastic_tensor.WishartFullTensor.dtype

tf.contrib.bayesflow.stochastic_tensor.WishartFullTensor.dtype

tf.IdentityReader.read()

tf.IdentityReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will dequeue a work unit from queue if necessary (e.g. when the Reader needs to start reading from a new file since it has finished with the previous file). Args: queue: A Queue or a mutable string Tensor representing a handle to a Queue, with string work items. name: A name for the operation (optional). Returns: A tuple of Tensors (key, value). key: A string scalar Tensor. value: A s

tf.IdentityReader.__init__()

tf.IdentityReader.__init__(name=None) Create a IdentityReader. Args: name: A name for the operation (optional).