Searched refs:_RNNCellWithConstants (Results 1 – 1 of 1) sorted by relevance
34 class _RNNCellWithConstants(keras.layers.Layer): class39 super(_RNNCellWithConstants, self).__init__(**kwargs)69 base_config = super(_RNNCellWithConstants, self).get_config()592 cell = _RNNCellWithConstants(32)593 custom_objects = {'_RNNCellWithConstants': _RNNCellWithConstants}635 cell = _RNNCellWithConstants(32)636 custom_objects = {'_RNNCellWithConstants': _RNNCellWithConstants}