[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.rnn.LSTMBlockWrapper\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/rnn/python/ops/lstm_ops.py#L402-L537) |\n\nThis is a helper class that provides housekeeping for LSTM cells.\n\nInherits From: [`Layer`](../../../tf/layers/Layer) \n\n tf.contrib.rnn.LSTMBlockWrapper(\n trainable=True, name=None, dtype=None, **kwargs\n )\n\nThis may be useful for alternative LSTM and similar type of cells.\nThe subclasses must implement `_call_cell` method and `num_units` property.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ---------- ||\n|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `graph` | DEPRECATED FUNCTION \u003cbr /\u003e | **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Stop using this property because tf.layers layers no longer track their graph. |\n| `num_units` | Number of units in this cell (output dimension). |\n| `scope_name` | \u003cbr /\u003e |\n\n\u003cbr /\u003e"]]