Home
last modified time | relevance | path

Searched refs:CustomObjectScope (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.utils.-custom-object-scope.pbtxt1 path: "tensorflow.keras.utils.CustomObjectScope"
3 is_instance: "<class \'tensorflow.python.keras.utils.generic_utils.CustomObjectScope\'>"
Dtensorflow.keras.utils.pbtxt4 name: "CustomObjectScope"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.utils.-custom-object-scope.pbtxt1 path: "tensorflow.keras.utils.CustomObjectScope"
3 is_instance: "<class \'tensorflow.python.keras.utils.generic_utils.CustomObjectScope\'>"
Dtensorflow.keras.utils.pbtxt4 name: "CustomObjectScope"
/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py41 class CustomObjectScope(object): class
104 return CustomObjectScope(*args)
193 with CustomObjectScope(custom_objects):
200 with CustomObjectScope(custom_objects):
D__init__.py28 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
/external/tensorflow/tensorflow/contrib/keras/api/keras/utils/
D__init__.py26 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers_test.py594 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):
Drecurrent_test.py192 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):
/external/tensorflow/tensorflow/python/keras/
Dmodels.py34 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
484 with CustomObjectScope(custom_objects):