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

/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Drnn_cell.py2137 class Conv2DLSTMCell(ConvLSTMCell): class in inherits:ConvLSTMCell
2145 super(Conv2DLSTMCell, self).__init__(conv_ndims=2, **kwargs)
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Drnn_cell_test.py929 cell = contrib_rnn_cell.Conv2DLSTMCell(

Completed in 134 milliseconds