Home
last modified time | relevance | path

Searched defs:_must_restore_from_config (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsaved_model_test.py116 _must_restore_from_config = True variable in GlobalLayerThatShouldFailIfNotAdded
349 _must_restore_from_config = True variable in TestSavedModelFormatAllModes.test_must_restore_from_config_fails_if_layer_is_not_in_scope.LayerThatShouldFailIfNotAdded
360 _must_restore_from_config = True variable in TestSavedModelFormatAllModes.test_must_restore_from_config_custom_object_scope.LayerThatShouldFailIfNotAdded
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer.py60 _must_restore_from_config = True variable in PreprocessingLayer
Dbase_layer.py306 _must_restore_from_config = False variable in Layer