tf.nn.rnn_cell.LSTMStateTuple.c Alias for field number 0
tf.nn.rnn_cell.MultiRNNCell.__init__(cells, state_is_tuple=True) Create a RNN cell composed sequentially of a number of RNNCells
tf.nn.rnn_cell.OutputProjectionWrapper.zero_state(batch_size, dtype) Return zero-filled state tensor(s).
tf.nn.rnn_cell.BasicRNNCell.state_size
class tf.nn.rnn_cell.LSTMCell Long short-term memory unit (LSTM) recurrent network cell. The default
class tf.nn.rnn_cell.GRUCell Gated Recurrent Unit cell (cf.
tf.nn.rnn_cell.BasicLSTMCell.state_size
tf.nn.rnn_cell.LSTMStateTuple.h Alias for field number 1
tf.nn.rnn_cell.LSTMCell.output_size
tf.nn.rnn_cell.InputProjectionWrapper.output_size
Page 2 of 7