Searched refs:_LSTMStateTuple (Results 1 – 1 of 1) sorted by relevance
609 _LSTMStateTuple = collections.namedtuple("LSTMStateTuple", ("c", "h")) variable613 class LSTMStateTuple(_LSTMStateTuple):