class tf.nn.rnn_cell.EmbeddingWrapper Operator adding input embedding to the given cell. Note:
tf.nn.rnn_cell.EmbeddingWrapper.state_size
tf.nn.rnn_cell.EmbeddingWrapper.__init__(cell, embedding_classes, embedding_size, initializer=None) Create a cell with an added
tf.nn.rnn_cell.BasicLSTMCell.output_size
tf.nn.rnn_cell.OutputProjectionWrapper.output_size
class tf.nn.rnn_cell.RNNCell Abstract object representing an RNN cell. The definition of cell
tf.nn.rnn_cell.LSTMCell.__init__(num_units, input_size=None, use_peepholes=False, cell_clip=None, initializer=None, num_proj=None, proj_clip=None, num_unit_shards=1
tf.nn.rnn_cell.InputProjectionWrapper.state_size
tf.nn.rnn_cell.GRUCell.__init__(num_units, input_size=None, activation=tanh)
tf.nn.rnn_cell.LSTMStateTuple.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.
Page 6 of 7