Searched refs:CustomObjectScope (Results 1 - 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/keras/api/keras/utils/
H A D__init__.py26 from tensorflow.python.keras._impl.keras.utils.generic_utils import CustomObjectScope namespace
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
H A D__init__.py26 from tensorflow.python.keras._impl.keras.utils.generic_utils import CustomObjectScope namespace
H A Dgeneric_utils.py38 @tf_export('keras.utils.CustomObjectScope')
39 class CustomObjectScope(object): class in inherits:object
53 with CustomObjectScope({'MyObject':MyObject}):
78 Convenience wrapper for `CustomObjectScope`.
100 Object of type `CustomObjectScope`.
102 return CustomObjectScope(*args)
172 with CustomObjectScope(custom_objects):
179 with CustomObjectScope(custom_objects):
/external/tensorflow/tensorflow/python/keras/utils/
H A D__init__.py26 from tensorflow.python.keras._impl.keras.utils.generic_utils import CustomObjectScope namespace
/external/tensorflow/tensorflow/python/keras/_impl/keras/
H A Destimator.py33 from tensorflow.python.keras._impl.keras.utils.generic_utils import CustomObjectScope namespace
109 with CustomObjectScope(custom_objects):
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
H A Drecurrent_test.py151 with keras.utils.CustomObjectScope({'MinimalRNNCell': MinimalRNNCell}):
174 with keras.utils.CustomObjectScope({'MinimalRNNCell': MinimalRNNCell}):
247 with keras.utils.CustomObjectScope(custom_objects):
257 with keras.utils.CustomObjectScope(custom_objects):
286 with keras.utils.CustomObjectScope(custom_objects):
361 with keras.utils.CustomObjectScope(custom_objects):
376 with keras.utils.CustomObjectScope(custom_objects):

Completed in 318 milliseconds