tf.contrib.learn.ModeKeys
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

class tf.contrib.learn.ModeKeys Standard names for model modes. The following standard keys are

2025-01-10 15:47:30
tf.minimum()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.minimum(x, y, name=None) Returns the min of x and y (i.e. x < y ? x : y) element-wise. NOTE:

2025-01-10 15:47:30
tf.contrib.distributions.Poisson.param_shapes()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Poisson.param_shapes(cls, sample_shape, name='DistributionParamShapes') Shapes of parameters given the

2025-01-10 15:47:30
tf.contrib.distributions.Normal.allow_nan_stats
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Normal.allow_nan_stats Python boolean describing behavior when a stat is undefined.

2025-01-10 15:47:30
tf.QueueBase.name
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.QueueBase.name The name of the underlying queue.

2025-01-10 15:47:30
tf.contrib.bayesflow.stochastic_tensor.BetaTensor.mean()
  • References/Big Data/TensorFlow/TensorFlow Python/BayesFlow Stochastic Tensors

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

2025-01-10 15:47:30
tf.contrib.distributions.Uniform.pmf()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Uniform.pmf(value, name='pmf') Probability mass function. Args:

2025-01-10 15:47:30
tf.contrib.util.make_ndarray()
  • References/Big Data/TensorFlow/TensorFlow Python/Utilities

tf.contrib.util.make_ndarray(tensor) Create a numpy ndarray from a tensor. Create a numpy ndarray

2025-01-10 15:47:30
tf.contrib.metrics.aggregate_metric_map()
  • References/Big Data/TensorFlow/TensorFlow Python/Metrics

tf.contrib.metrics.aggregate_metric_map(names_to_tuples) Aggregates the metric names to tuple dictionary. This

2025-01-10 15:47:30
tf.contrib.learn.monitors.StepCounter.step_begin()
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

tf.contrib.learn.monitors.StepCounter.step_begin(step) Overrides BaseMonitor.step_begin. When

2025-01-10 15:47:30