Home
last modified time | relevance | path

Searched refs:_LSTMStateTuple (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Drnn_cell_impl.py609 _LSTMStateTuple = collections.namedtuple("LSTMStateTuple", ("c", "h")) variable
613 class LSTMStateTuple(_LSTMStateTuple):