tf.contrib.rnn.CoupledInputForgetGateLSTMCell.__call__(inputs, state, scope=None) Run one step of LSTM.
tf.contrib.rnn.GRUBlockCell.state_size
tf.contrib.rnn.LSTMBlockCell.state_size
class tf.contrib.rnn.GridLSTMCell Grid Long short-term memory unit (LSTM) recurrent network cell. The
tf.contrib.rnn.CoupledInputForgetGateLSTMCell.output_size
tf.contrib.rnn.AttentionCellWrapper.__call__(inputs, state, scope=None) Long short-term memory cell with attention (LSTMA).
tf.contrib.rnn.AttentionCellWrapper.output_size
class tf.contrib.rnn.AttentionCellWrapper Basic attention cell wrapper. Implementation based on
tf.contrib.rnn.GridLSTMCell.output_size
tf.contrib.rnn.LayerNormBasicLSTMCell.output_size
Page 4 of 5