tf.contrib.rnn.AttentionCellWrapper.__call__(inputs, state, scope=None) Long short-term memory cell with attention (LSTMA).
class tf.contrib.rnn.LayerNormBasicLSTMCell LSTM unit with layer normalization and recurrent dropout. This
tf.contrib.rnn.LSTMBlockCell.output_size
class tf.contrib.rnn.GridLSTMCell Grid Long short-term memory unit (LSTM) recurrent network cell. The
tf.contrib.rnn.LSTMBlockCell.state_size
tf.contrib.rnn.AttentionCellWrapper.zero_state(batch_size, dtype) Return zero-filled state tensor(s).
class tf.contrib.rnn.TimeFreqLSTMCell Time-Frequency Long short-term memory unit (LSTM) recurrent network cell.
tf.contrib.rnn.LayerNormBasicLSTMCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s).
tf.contrib.rnn.AttentionCellWrapper.output_size
tf.contrib.rnn.GridLSTMCell.output_size
Page 4 of 5