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.EmbeddingWrapper.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:
tf.nn.rnn_cell.LSTMCell.state_size
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.OutputProjectionWrapper.__init__(cell, output_size) Create a cell with output projection.
tf.nn.rnn_cell.InputProjectionWrapper.state_size
tf.nn.rnn_cell.OutputProjectionWrapper.output_size
tf.nn.rnn_cell.GRUCell.__init__(num_units, input_size=None, activation=tanh)
tf.nn.rnn_cell.BasicLSTMCell.output_size
Page 6 of 7