class tf.contrib.rnn.CoupledInputForgetGateLSTMCell Long short-term memory unit (LSTM) recurrent network cell.
tf.contrib.rnn.CoupledInputForgetGateLSTMCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s).
tf.contrib.rnn.TimeFreqLSTMCell.output_size
tf.contrib.rnn.GridLSTMCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:
tf.contrib.rnn.TimeFreqLSTMCell.__call__(inputs, state, scope=None) Run one step of LSTM. Args:
tf.contrib.rnn.LSTMBlockCell.__call__(x, states_prev, scope=None) Long short-term memory cell (LSTM).
tf.contrib.rnn.GridLSTMCell.state_tuple_type
tf.contrib.rnn.LayerNormBasicLSTMCell.__init__(num_units, forget_bias=1.0, input_size=None, activation=tanh, layer_norm=True, norm_gain=1.0, norm_shift=0.0, dropout_keep_prob=1
tf.contrib.rnn.CoupledInputForgetGateLSTMCell.__init__(num_units, use_peepholes=False, initializer=None, num_proj=None, proj_clip=None, num_unit_shards=1, num_proj_shards=1
tf.contrib.rnn.LSTMBlockCell.__init__(num_units, forget_bias=1.0, use_peephole=False) Initialize the basic LSTM cell.
Page 1 of 5