Home
last modified time | relevance | path

Searched defs:LSTMStateTuple (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Drnn_cell_impl.py43 LSTMStateTuple = rnn_cell_impl.LSTMStateTuple variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
H A Drnn_cell_impl.py636 class LSTMStateTuple(_LSTMStateTuple): class