tf.nn.rnn_cell.RNNCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:
tf.nn.rnn_cell.OutputProjectionWrapper.zero_state(batch_size, dtype) Return zero-filled state tensor(s).
tf.nn.rnn_cell.BasicRNNCell.state_size
class tf.nn.rnn_cell.GRUCell Gated Recurrent Unit cell (cf.
tf.nn.rnn_cell.LSTMStateTuple.c Alias for field number 0
tf.nn.rnn_cell.BasicRNNCell.__init__(num_units, input_size=None, activation=tanh)
tf.nn.rnn_cell.LSTMStateTuple.h Alias for field number 1
tf.nn.rnn_cell.BasicLSTMCell.__call__(inputs, state, scope=None) Long short-term memory cell (LSTM).
class tf.nn.rnn_cell.LSTMStateTuple Tuple used by LSTM Cells for state_size, zero_state, and output
tf.nn.rnn_cell.BasicRNNCell.output_size
Page 1 of 7