Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py41 _GLOBAL_CUSTOM_NAMES = {} variable
384 if arg in _GLOBAL_CUSTOM_NAMES:
386 (arg, _GLOBAL_CUSTOM_NAMES[arg]))
388 _GLOBAL_CUSTOM_NAMES[arg] = registered_name
410 if obj in _GLOBAL_CUSTOM_NAMES:
411 return _GLOBAL_CUSTOM_NAMES[obj]
Dgeneric_utils_test.py108 class_name = keras.utils.generic_utils._GLOBAL_CUSTOM_NAMES[TestClass]
142 class_name = keras.utils.generic_utils._GLOBAL_CUSTOM_NAMES[OtherTestClass]
165 class_name = keras.utils.generic_utils._GLOBAL_CUSTOM_NAMES[my_fn]