Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers_test.py34 class _RNNCellWithConstants(keras.layers.Layer): class
39 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}