Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsaved_model_test.py348 class LayerThatShouldFailIfNotAdded(keras.layers.Layer): class
351 layer = LayerThatShouldFailIfNotAdded()
359 class LayerThatShouldFailIfNotAdded(keras.layers.Layer): class
362 layer = LayerThatShouldFailIfNotAdded()
366 {'LayerThatShouldFailIfNotAdded': LayerThatShouldFailIfNotAdded}):