Searched refs:AbstractRNNCell (Results 1 – 11 of 11) sorted by relevance
1 path: "tensorflow.keras.layers.AbstractRNNCell"3 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.AbstractRNNCell\'>"
6 is_instance: "<class \'tensorflow.python.keras.layers.recurrent.AbstractRNNCell\'>"
4 name: "AbstractRNNCell"
149 from tensorflow.python.keras.layers.recurrent import AbstractRNNCell
913 class AbstractRNNCell(Layer): class
228 class MinimalRNNCell(keras.layers.AbstractRNNCell):
1149 class _RNNCellWrapperV2(keras_layer.AbstractRNNCell):