MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / LSTMStateTuple

Class LSTMStateTuple

tensorflow/python/ops/rnn_cell_impl.py:397–413  ·  view source on GitHub ↗

Tuple used by LSTM Cells for `state_size`, `zero_state`, and output state. Stores two elements: `(c, h)`, in that order. Where `c` is the hidden state and `h` is the output. Only used when `state_is_tuple=True`.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls

no outgoing calls