tf.nn.rnn_cell.GRUCell.output_size
tf.nn.rnn_cell.MultiRNNCell.state_size
tf.nn.rnn_cell.DropoutWrapper.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:
Contents Neural Network RNN CellsBase interface for all RNN Cellsclass tf.nn.rnn_cell.RNNCell RNN
class tf.nn.rnn_cell.InputProjectionWrapper Operator adding an input projection to the given cell. Note:
tf.nn.rnn_cell.LSTMCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:
tf.nn.rnn_cell.BasicRNNCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:
tf.nn.rnn_cell.MultiRNNCell.output_size
tf.nn.rnn_cell.DropoutWrapper.output_size
tf.nn.rnn_cell.OutputProjectionWrapper.state_size
Page 4 of 7