tf.nn.rnn_cell.MultiRNNCell.
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.MultiRNNCell.__call__(inputs, state, scope=None) Run this multi-layer cell on inputs, starting from state.

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

tf.contrib.distributions.MultivariateNormalDiag.name Name prepended to all ops created by this Distribution.

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

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

2025-01-10 15:47:30
tf.contrib.bayesflow.entropy.entropy_shannon()
  • References/Big Data/TensorFlow/TensorFlow Python/BayesFlow Entropy

tf.contrib.bayesflow.entropy.entropy_shannon(p, z=None, n=None, seed=None, form=None, name='entropy_shannon') Monte Carlo or deterministic

2025-01-10 15:47:30
tf.contrib.ffmpeg.decode_audio()
  • References/Big Data/TensorFlow/TensorFlow Python/FFmpeg

tf.contrib.ffmpeg.decode_audio(contents, file_format=None, samples_per_second=None, channel_count=None) Create an op that decodes

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

tf.contrib.distributions.Beta.mode(name='mode') Mode. Additional documentation from Beta:

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

tf.contrib.distributions.WishartCholesky.scale_operator_pd Wishart distribution scale matrix as an OperatorPD.

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

tf.contrib.metrics.streaming_mean_cosine_distance(predictions, labels, dim, weights=None, metrics_collections=None, updates_collections=None, name=None)

2025-01-10 15:47:30
tf.image.rot90()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

tf.image.rot90(image, k=1, name=None) Rotate an image counter-clockwise by 90 degrees. Args:

2025-01-10 15:47:30
tf.python_io.TFRecordWriter.write()
  • References/Big Data/TensorFlow/TensorFlow Python/Data IO

tf.python_io.TFRecordWriter.write(record) Write a string record to the file. Args:

2025-01-10 15:47:30