class tf.nn.rnn_cell.OutputProjectionWrapper Operator adding an output projection to the given cell. Note:
tf.nn.rnn_cell.LSTMCell.output_size
tf.nn.rnn_cell.BasicRNNCell.output_size
tf.nn.rnn_cell.OutputProjectionWrapper.zero_state(batch_size, dtype) Return zero-filled state tensor(s).
tf.nn.rnn_cell.MultiRNNCell.__init__(cells, state_is_tuple=True) Create a RNN cell composed sequentially of a number of RNNCells
class tf.nn.rnn_cell.MultiRNNCell RNN cell composed sequentially of multiple simple cells.
tf.nn.rnn_cell.MultiRNNCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:
tf.nn.rnn_cell.LSTMStateTuple.c Alias for field number 0
class tf.nn.rnn_cell.GRUCell Gated Recurrent Unit cell (cf.
tf.nn.rnn_cell.LSTMStateTuple.h Alias for field number 1
Page 1 of 7