Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py47 LAYER_UNDEFINED_CONFIG_KEY = 'layer was saved without config' variable
274 name, {LAYER_UNDEFINED_CONFIG_KEY: True})
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dload.py297 generic_utils.LAYER_UNDEFINED_CONFIG_KEY in config or
325 if config is None or generic_utils.LAYER_UNDEFINED_CONFIG_KEY in config: