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

tf.nn.rnn_cell.LSTMStateTuple.h Alias for field number 1

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

class tf.nn.rnn_cell.MultiRNNCell RNN cell composed sequentially of multiple simple cells.

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

tf.nn.rnn_cell.BasicRNNCell.state_size

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

tf.nn.rnn_cell.MultiRNNCell.__init__(cells, state_is_tuple=True) Create a RNN cell composed sequentially of a number of RNNCells

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

tf.nn.rnn_cell.OutputProjectionWrapper.zero_state(batch_size, dtype) Return zero-filled state tensor(s).

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

tf.nn.rnn_cell.BasicRNNCell.__init__(num_units, input_size=None, activation=tanh)

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

tf.nn.rnn_cell.LSTMStateTuple.c Alias for field number 0

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

class tf.nn.rnn_cell.GRUCell Gated Recurrent Unit cell (cf.

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

tf.nn.rnn_cell.BasicLSTMCell.state_size

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