tf.contrib.rnn.LSTMBlockWrapper

View source on GitHub

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.

graph DEPRECATED FUNCTION

num_units Number of units in this cell (output dimension).
scope_name