Home
last modified time | relevance | path

Searched refs:ConvLSTM2DCell (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/
Dconvolutional_recurrent.py424 class ConvLSTM2DCell(DropoutRNNCellMixin, Layer): class
514 super(ConvLSTM2DCell, self).__init__(**kwargs)
695 base_config = super(ConvLSTM2DCell, self).get_config()
856 cell = ConvLSTM2DCell(filters=filters,