tf.contrib.rnn.LSTMBlockCell
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

class tf.contrib.rnn.LSTMBlockCell Basic LSTM recurrent network cell. The implementation is based

2025-01-10 15:47:30
tf.contrib.rnn.CoupledInputForgetGateLSTMCell.state_size
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

tf.contrib.rnn.CoupledInputForgetGateLSTMCell.state_size

2025-01-10 15:47:30
tf.contrib.rnn.GRUBlockCell.
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

tf.contrib.rnn.GRUBlockCell.__init__(cell_size) Initialize the Block GRU cell. Args:

2025-01-10 15:47:30
tf.contrib.rnn.LayerNormBasicLSTMCell.
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

tf.contrib.rnn.LayerNormBasicLSTMCell.__call__(inputs, state, scope=None) LSTM cell with layer normalization and recurrent dropout

2025-01-10 15:47:30
tf.contrib.rnn.LayerNormBasicLSTMCell
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

class tf.contrib.rnn.LayerNormBasicLSTMCell LSTM unit with layer normalization and recurrent dropout. This

2025-01-10 15:47:30
tf.contrib.rnn.AttentionCellWrapper.zero_state()
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

tf.contrib.rnn.AttentionCellWrapper.zero_state(batch_size, dtype) Return zero-filled state tensor(s).

2025-01-10 15:47:30
tf.contrib.rnn.TimeFreqLSTMCell.state_size
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

tf.contrib.rnn.TimeFreqLSTMCell.state_size

2025-01-10 15:47:30
tf.contrib.rnn.TimeFreqLSTMCell.
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

tf.contrib.rnn.TimeFreqLSTMCell.__init__(num_units, use_peepholes=False, cell_clip=None, initializer=None, num_unit_shards=1, forget_bias=1.0, feature_size=None, fr

2025-01-10 15:47:30
tf.contrib.rnn.LSTMBlockCell.output_size
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

tf.contrib.rnn.LSTMBlockCell.output_size

2025-01-10 15:47:30
tf.contrib.rnn.TimeFreqLSTMCell.zero_state()
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

tf.contrib.rnn.TimeFreqLSTMCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:

2025-01-10 15:47:30