Searched refs:_GLOBAL_CUSTOM_NAMES (Results 1 – 2 of 2) sorted by relevance
41 _GLOBAL_CUSTOM_NAMES = {} variable384 if arg in _GLOBAL_CUSTOM_NAMES:386 (arg, _GLOBAL_CUSTOM_NAMES[arg]))388 _GLOBAL_CUSTOM_NAMES[arg] = registered_name410 if obj in _GLOBAL_CUSTOM_NAMES:411 return _GLOBAL_CUSTOM_NAMES[obj]
108 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]