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

/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Dcore_rnn_cell_test.py151 g, _ = contrib_rnn_cell.SRUCell(2)(x, m)
166 g, _ = contrib_rnn_cell.SRUCell(2)(x, m)
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Drnn_cell.py2686 class SRUCell(rnn_cell_impl.LayerRNNCell): class in inherits:rnn_cell_impl.LayerRNNCell
2713 super(SRUCell, self).__init__(_reuse=reuse, name=name)

Completed in 132 milliseconds