Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.-g-r-u-cell.pbtxt181 name: "get_recurrent_dropout_mask_for_cell"
Dtensorflow.keras.layers.-simple-r-n-n-cell.pbtxt181 name: "get_recurrent_dropout_mask_for_cell"
Dtensorflow.keras.layers.-l-s-t-m-cell.pbtxt181 name: "get_recurrent_dropout_mask_for_cell"
Dtensorflow.keras.experimental.-peephole-l-s-t-m-cell.pbtxt182 name: "get_recurrent_dropout_mask_for_cell"
Dtensorflow.keras.layers.-g-r-u.pbtxt255 name: "get_recurrent_dropout_mask_for_cell"
Dtensorflow.keras.layers.-l-s-t-m.pbtxt255 name: "get_recurrent_dropout_mask_for_cell"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.-g-r-u-cell.pbtxt181 name: "get_recurrent_dropout_mask_for_cell"
Dtensorflow.keras.layers.-simple-r-n-n-cell.pbtxt181 name: "get_recurrent_dropout_mask_for_cell"
Dtensorflow.keras.layers.-l-s-t-m-cell.pbtxt181 name: "get_recurrent_dropout_mask_for_cell"
Dtensorflow.keras.experimental.-peephole-l-s-t-m-cell.pbtxt182 name: "get_recurrent_dropout_mask_for_cell"
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent.py1089 def get_recurrent_dropout_mask_for_cell(self, inputs, training, count=1): member in DropoutRNNCellMixin
1235 rec_dp_mask = self.get_recurrent_dropout_mask_for_cell(
1651 rec_dp_mask = self.get_recurrent_dropout_mask_for_cell(
2219 rec_dp_mask = self.get_recurrent_dropout_mask_for_cell(
Dconvolutional_recurrent.py655 rec_dp_mask = self.get_recurrent_dropout_mask_for_cell(