tf.nn.rnn_cell.BasicLSTMCell.__init__(num_units, forget_bias=1.0, input_size=None, state_is_tuple=True, activation=tanh) Initialize
tf.nn.rnn_cell.LSTMStateTuple.__new__(_cls, c, h) Create new instance of LSTMStateTuple(c, h)
tf.nn.rnn_cell.GRUCell.output_size
tf.nn.rnn_cell.MultiRNNCell.__call__(inputs, state, scope=None) Run this multi-layer cell on inputs, starting from state.
tf.nn.rnn_cell.OutputProjectionWrapper.__call__(inputs, state, scope=None) Run the cell and output projection on inputs, starting
tf.nn.rnn_cell.BasicRNNCell.__call__(inputs, state, scope=None) Most basic RNN: output = new_state = activation(W * input + U
tf.nn.rnn_cell.MultiRNNCell.state_size
tf.nn.rnn_cell.DropoutWrapper.state_size
tf.nn.rnn_cell.BasicLSTMCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:
tf.nn.rnn_cell.GRUCell.state_size
Page 3 of 7