View source on GitHub |
This is a helper class that provides housekeeping for LSTM cells.
Inherits From: Layer
tf.contrib.rnn.LSTMBlockWrapper(
trainable=True, name=None, dtype=None, **kwargs
)
This may be useful for alternative LSTM and similar type of cells.
The subclasses must implement _call_cell
method and num_units
property.
Attributes | |
---|---|
graph
|
DEPRECATED FUNCTION |
num_units
|
Number of units in this cell (output dimension). |
scope_name
|