tf.contrib.learn.monitors.ExportMonitor.last_export_dir

tf.contrib.learn.monitors.ExportMonitor.last_export_dir Returns the directory containing the last completed export. Returns: The string path to the exported directory. NB: this functionality was added on 2016/09/25; clients that depend on the return value may need to handle the case where this function returns None because the estimator being fitted does not yet return a value during export.

tf.contrib.learn.LinearClassifier.__init__()

tf.contrib.learn.LinearClassifier.__init__(feature_columns, model_dir=None, n_classes=2, weight_column_name=None, optimizer=None, gradient_clip_norm=None, enable_centered_bias=None, _joint_weight=False, config=None) Construct a LinearClassifier estimator object. Args: feature_columns: An iterable containing all the feature columns used by the model. All items in the set should be instances of classes derived from FeatureColumn. model_dir: Directory to save model parameters, graph and etc. Th

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalCholeskyTensor.name

tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalCholeskyTensor.name

tf.FixedLenFeature.shape

tf.FixedLenFeature.shape Alias for field number 0

tf.contrib.distributions.BernoulliWithSigmoidP.param_shapes()

tf.contrib.distributions.BernoulliWithSigmoidP.param_shapes(cls, sample_shape, name='DistributionParamShapes') Shapes of parameters given the desired shape of a call to sample(). Subclasses should override static method _param_shapes. Args: sample_shape: Tensor or python list/tuple. Desired shape of a call to sample(). name: name to prepend ops with. Returns: dict of parameter name to Tensor shapes.

tf.contrib.distributions.MultivariateNormalCholesky.cdf()

tf.contrib.distributions.MultivariateNormalCholesky.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.bayesflow.stochastic_tensor.MeanValue.__init__()

tf.contrib.bayesflow.stochastic_tensor.MeanValue.__init__(stop_gradient=False)

tf.contrib.rnn.LayerNormBasicLSTMCell.output_size

tf.contrib.rnn.LayerNormBasicLSTMCell.output_size

tf.contrib.learn.TensorFlowRNNRegressor.model_dir

tf.contrib.learn.TensorFlowRNNRegressor.model_dir

tf.contrib.rnn.AttentionCellWrapper.__call__()

tf.contrib.rnn.AttentionCellWrapper.__call__(inputs, state, scope=None) Long short-term memory cell with attention (LSTMA).