Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent.py894 if isinstance(cell, DropoutRNNCellMixin):
1099 class DropoutRNNCellMixin(object): class
1115 super(DropoutRNNCellMixin, self).__init__(*args, **kwargs)
1220 state = super(DropoutRNNCellMixin, self).__getstate__()
1230 super(DropoutRNNCellMixin, self).__setstate__(state)
1234 class SimpleRNNCell(DropoutRNNCellMixin, Layer):
1690 class GRUCell(DropoutRNNCellMixin, Layer):
2244 class LSTMCell(DropoutRNNCellMixin, Layer):
Dconvolutional_recurrent.py31 from tensorflow.python.keras.layers.recurrent import DropoutRNNCellMixin
424 class ConvLSTM2DCell(DropoutRNNCellMixin, Layer):
Drecurrent_v2.py221 class GRU(recurrent.DropoutRNNCellMixin, recurrent.GRU):
959 class LSTM(recurrent.DropoutRNNCellMixin, recurrent.LSTM):
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.-l-s-t-m-cell.pbtxt4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
Dtensorflow.keras.layers.-simple-r-n-n-cell.pbtxt4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
Dtensorflow.keras.experimental.-peephole-l-s-t-m-cell.pbtxt5 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
Dtensorflow.keras.layers.-g-r-u-cell.pbtxt4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.-g-r-u-cell.pbtxt5 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
Dtensorflow.keras.layers.-simple-r-n-n-cell.pbtxt4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
Dtensorflow.keras.layers.-l-s-t-m-cell.pbtxt5 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
Dtensorflow.keras.experimental.-peephole-l-s-t-m-cell.pbtxt5 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
Dtensorflow.keras.layers.-l-s-t-m.pbtxt4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
Dtensorflow.keras.layers.-g-r-u.pbtxt4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"