tf.contrib.rnn.LSTMBlockWrapper
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
|
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]