tf.nn.rnn_cell.GRUCell.__init__(num_units, input_size=None, activation=tanh)
tf.nn.rnn_cell.OutputProjectionWrapper.output_size
tf.nn.rnn_cell.EmbeddingWrapper.__init__(cell, embedding_classes, embedding_size, initializer=None) Create a cell with an added
class tf.nn.rnn_cell.RNNCell Abstract object representing an RNN cell. The definition of cell
tf.nn.rnn_cell.EmbeddingWrapper.state_size
tf.nn.rnn_cell.LSTMCell.state_size
tf.nn.rnn_cell.LSTMStateTuple.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.
tf.nn.rnn_cell.BasicLSTMCell.output_size
tf.nn.rnn_cell.EmbeddingWrapper.output_size
tf.nn.rnn_cell.OutputProjectionWrapper.__init__(cell, output_size) Create a cell with output projection.
Page 6 of 7