tf.nn.rnn_cell.InputProjectionWrapper
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

class tf.nn.rnn_cell.InputProjectionWrapper Operator adding an input projection to the given cell. Note:

2025-01-10 15:47:30
tf.nn.rnn_cell.DropoutWrapper.output_size
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.DropoutWrapper.output_size

2025-01-10 15:47:30
tf.nn.rnn_cell.DropoutWrapper.
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.DropoutWrapper.__init__(cell, input_keep_prob=1.0, output_keep_prob=1.0, seed=None) Create a cell with added input

2025-01-10 15:47:30
tf.nn.rnn_cell.GRUCell.zero_state()
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.GRUCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:

2025-01-10 15:47:30
tf.nn.rnn_cell.OutputProjectionWrapper.
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.OutputProjectionWrapper.__init__(cell, output_size) Create a cell with output projection.

2025-01-10 15:47:30
tf.nn.rnn_cell.InputProjectionWrapper.
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.InputProjectionWrapper.__call__(inputs, state, scope=None) Run the input projection and then the cell.

2025-01-10 15:47:30
tf.nn.rnn_cell.DropoutWrapper.
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.DropoutWrapper.__call__(inputs, state, scope=None) Run the cell with the declared dropouts.

2025-01-10 15:47:30
tf.nn.rnn_cell.EmbeddingWrapper.output_size
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.EmbeddingWrapper.output_size

2025-01-10 15:47:30
tf.nn.rnn_cell.LSTMCell.state_size
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.LSTMCell.state_size

2025-01-10 15:47:30
tf.nn.rnn_cell.EmbeddingWrapper.zero_state()
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.EmbeddingWrapper.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:

2025-01-10 15:47:30