Searched refs:PhasedLSTMCell (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Drnn_cell.py1895 class PhasedLSTMCell(rnn_cell_impl.RNNCell): class in inherits:rnn_cell_impl.RNNCell
1931 super(PhasedLSTMCell, self).__init__(_reuse=reuse)
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Drnn_cell_test.py859 output, state = contrib_rnn_cell.PhasedLSTMCell(num_units=num_units)(

Completed in 181 milliseconds