Searched refs:DropoutRNNCellMixin (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/ |
D | recurrent.py | 894 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):
|
D | convolutional_recurrent.py | 31 from tensorflow.python.keras.layers.recurrent import DropoutRNNCellMixin 424 class ConvLSTM2DCell(DropoutRNNCellMixin, Layer):
|
D | recurrent_v2.py | 221 class GRU(recurrent.DropoutRNNCellMixin, recurrent.GRU): 959 class LSTM(recurrent.DropoutRNNCellMixin, recurrent.LSTM):
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.layers.-l-s-t-m-cell.pbtxt | 4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|
D | tensorflow.keras.layers.-simple-r-n-n-cell.pbtxt | 4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|
D | tensorflow.keras.experimental.-peephole-l-s-t-m-cell.pbtxt | 5 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|
D | tensorflow.keras.layers.-g-r-u-cell.pbtxt | 4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.layers.-g-r-u-cell.pbtxt | 5 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|
D | tensorflow.keras.layers.-simple-r-n-n-cell.pbtxt | 4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|
D | tensorflow.keras.layers.-l-s-t-m-cell.pbtxt | 5 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|
D | tensorflow.keras.experimental.-peephole-l-s-t-m-cell.pbtxt | 5 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|
D | tensorflow.keras.layers.-l-s-t-m.pbtxt | 4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|
D | tensorflow.keras.layers.-g-r-u.pbtxt | 4 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.DropoutRNNCellMixin\'>"
|