Searched refs:CustomObjectScope (Results 1 – 10 of 10) sorted by relevance
1 path: "tensorflow.keras.utils.CustomObjectScope"3 is_instance: "<class \'tensorflow.python.keras.utils.generic_utils.CustomObjectScope\'>"
4 name: "CustomObjectScope"
41 class CustomObjectScope(object): class104 return CustomObjectScope(*args)193 with CustomObjectScope(custom_objects):200 with CustomObjectScope(custom_objects):
28 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
26 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
594 with keras.utils.CustomObjectScope(custom_objects):611 with keras.utils.CustomObjectScope(custom_objects):620 with keras.utils.CustomObjectScope(custom_objects):637 with keras.utils.CustomObjectScope(custom_objects):659 with keras.utils.CustomObjectScope(custom_objects):673 with keras.utils.CustomObjectScope(custom_objects):
192 with keras.utils.CustomObjectScope({'MinimalRNNCell': MinimalRNNCell}):218 with keras.utils.CustomObjectScope({'MinimalRNNCell': MinimalRNNCell}):446 with keras.utils.CustomObjectScope(custom_objects):455 with keras.utils.CustomObjectScope(custom_objects):501 with keras.utils.CustomObjectScope(custom_objects):577 with keras.utils.CustomObjectScope(custom_objects):591 with keras.utils.CustomObjectScope(custom_objects):
34 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope484 with CustomObjectScope(custom_objects):