tf.contrib.bayesflow.stochastic_tensor.BinomialTensor.distribution
  • References/Big Data/TensorFlow/TensorFlow Python/BayesFlow Stochastic Tensors

tf.contrib.bayesflow.stochastic_tensor.BinomialTensor.distribution

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

class tf.FIFOQueue A queue implementation that dequeues elements in first-in first-out order. See

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

tf.contrib.distributions.WishartCholesky.log_pdf(value, name='log_pdf') Log probability density function.

2025-01-10 15:47:30
tf.nn.rnn_cell.BasicRNNCell.output_size
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.BasicRNNCell.output_size

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

tf.IdentityReader.reader_ref Op that implements the reader.

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

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

2025-01-10 15:47:30
tf.TFRecordReader.read_up_to()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.TFRecordReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader

2025-01-10 15:47:30
tf.contrib.graph_editor.make_list_of_op()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.make_list_of_op(ops, check_graph=True, allow_graph=True, ignore_ts=False) Convert ops to a list of tf

2025-01-10 15:47:30
tf.nn.rnn_cell.LSTMCell
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

class tf.nn.rnn_cell.LSTMCell Long short-term memory unit (LSTM) recurrent network cell. The default

2025-01-10 15:47:30
tf.nn.rnn_cell.LSTMCell.
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.LSTMCell.__call__(inputs, state, scope=None) Run one step of LSTM. Args:

2025-01-10 15:47:30