tf.contrib.rnn.LSTMBlockWrapper

View source on GitHub

Class 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.

__init__

View source

__init__(
    trainable=True,
    name=None,
    dtype=None,
    **kwargs
)

Properties

graph

DEPRECATED FUNCTION

num_units

Number of units in this cell (output dimension).

scope_name