tf.image.resize_nearest_neighbor()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

tf.image.resize_nearest_neighbor(images, size, align_corners=None, name=None) Resize images to size

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

tf.contrib.distributions.Dirichlet.__init__(alpha, validate_args=False, allow_nan_stats=True, name='Dirichlet') Initialize a batch

2025-01-10 15:47:30
tf.contrib.learn.TensorFlowEstimator.fit()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowEstimator.fit(x, y, steps=None, monitors=None, logdir=None) Neural network model from provided model_fn

2025-01-10 15:47:30
tf.contrib.learn.DNNClassifier.export()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.DNNClassifier.export(export_dir, input_fn=None, input_feature_key=None, use_deprecated_input_fn=True, signature_fn=None, default_batch_size=1, expo

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

tf.contrib.distributions.Poisson.get_batch_shape() Shape of a single sample from a single event index as a TensorShape

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

tf.contrib.learn.monitors.StepCounter.run_on_all_workers

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

tf.contrib.distributions.Categorical.param_static_shapes(cls, sample_shape) param_shapes with static (i.e. TensorShape) shapes

2025-01-10 15:47:30
tf.contrib.layers.repeat()
  • References/Big Data/TensorFlow/TensorFlow Python/Layers

tf.contrib.layers.repeat(inputs, repetitions, layer, *args, **kwargs) Applies the same layer with the same arguments repeatedly

2025-01-10 15:47:30
tf.contrib.training.SequenceQueueingStateSaver.next_batch
  • References/Big Data/TensorFlow/TensorFlow Python/Training

tf.contrib.training.SequenceQueueingStateSaver.next_batch The NextQueuedSequenceBatch providing access to batched

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

tf.erf(x, name=None) Computes the Gauss error function of x element-wise. Args:

2025-01-10 15:47:30