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

/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Drnn_cell_test.py803 cell = contrib_rnn_cell.IntersectionRNNCell(
824 cell = contrib_rnn_cell.IntersectionRNNCell(num_units=num_units)
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Drnn_cell.py1696 class IntersectionRNNCell(rnn_cell_impl.RNNCell): class in inherits:rnn_cell_impl.RNNCell
1705 IntersectionRNNCell, one should set `num_in_proj = N` for the first layer
1745 super(IntersectionRNNCell, self).__init__(_reuse=reuse)

Completed in 133 milliseconds