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

class tf.nn.rnn_cell.BasicLSTMCell Basic LSTM recurrent network cell. The implementation is based

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

tf.nn.rnn_cell.LSTMStateTuple.__getstate__() Exclude the OrderedDict from pickling

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

class tf.nn.rnn_cell.BasicRNNCell The most basic RNN cell.

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

tf.nn.rnn_cell.EmbeddingWrapper.__call__(inputs, state, scope=None) Run the cell on embedded inputs.

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

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

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

tf.nn.rnn_cell.GRUCell.__call__(inputs, state, scope=None) Gated recurrent unit (GRU) with nunits cells.

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

tf.nn.rnn_cell.LSTMStateTuple.__repr__() Return a nicely formatted representation string

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

tf.nn.rnn_cell.LSTMStateTuple.dtype

2025-01-10 15:47:30