Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py228 from tensorflow.python.keras.layers.recurrent import GRU as GRUV1 unknown
245 GRUV1 = GRU variable
Dcudnn_recurrent_test.py465 layer_class = keras.layers.CuDNNGRU if cudnn else keras.layers.GRUV1
/external/tensorflow/tensorflow/python/keras/saving/
Dsave_weights_test.py135 (keras.layers.GRUV1(output_dim)),