tf.contrib.rnn.LSTMBlockWrapper

This is a helper class that provides housekeeping for LSTM cells.

Inherits From: Layer

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

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/rnn/LSTMBlockWrapper