tf.nn.rnn_cell.LSTMStateTuple.h Alias for field number 1
class tf.nn.rnn_cell.MultiRNNCell RNN cell composed sequentially of multiple simple cells.
tf.nn.rnn_cell.BasicRNNCell.state_size
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.__init__(num_units, input_size=None, activation=tanh)
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.BasicLSTMCell.state_size
tf.nn.rnn_cell.BasicRNNCell.output_size
Page 1 of 7