Home
last modified time | relevance | path

Searched refs:CustomObjectScope (Results 1 – 22 of 22) 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.custom_object_scope.pbtxt3 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.custom_object_scope.pbtxt3 is_instance: "<class \'tensorflow.python.keras.utils.generic_utils.CustomObjectScope\'>"
Dtensorflow.keras.utils.pbtxt4 name: "CustomObjectScope"
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing_test.py31 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
73 with CustomObjectScope({'Resizing': image_preprocessing.Resizing}):
90 with CustomObjectScope({'Resizing': image_preprocessing.Resizing}):
131 with CustomObjectScope({'Resizing': image_preprocessing.Resizing}):
182 with CustomObjectScope({'CenterCrop': image_preprocessing.CenterCrop}):
188 with CustomObjectScope({'CenterCrop': image_preprocessing.CenterCrop}):
194 with CustomObjectScope({'CenterCrop': image_preprocessing.CenterCrop}):
240 with CustomObjectScope({'RandomCrop': image_preprocessing.RandomCrop}):
264 with CustomObjectScope({'RandomCrop': image_preprocessing.RandomCrop}):
375 with CustomObjectScope({'RandomFlip': image_preprocessing.RandomFlip}):
[all …]
Dnormalization_test.py34 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
133 with CustomObjectScope({"Normalization": cls}):
Dstring_lookup_test.py38 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
116 with CustomObjectScope({"StringLookup": cls}):
Dinteger_lookup_test.py42 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
122 with CustomObjectScope({"IntegerLookup": cls}):
Dindex_lookup_test.py43 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
356 with CustomObjectScope({"IndexLookup": cls}):
/external/tensorflow/tensorflow/python/keras/utils/
Dall_utils.py32 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
Dgeneric_utils.py54 class CustomObjectScope(object): class
631 with CustomObjectScope(custom_objects):
638 with CustomObjectScope(custom_objects):
1144 custom_object_scope = CustomObjectScope # pylint: disable=invalid-name
/external/tensorflow/tensorflow/python/keras/saving/
Dsave.py199 with generic_utils.CustomObjectScope(custom_objects or {}):
Dsaving_utils.py209 with generic_utils.CustomObjectScope(custom_objects):
Dsave_test.py946 with generic_utils.CustomObjectScope({
/external/tensorflow/tensorflow/python/keras/
Dmodels.py38 from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
653 with CustomObjectScope(custom_objects or {}):
/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers_test.py888 with generic_utils.CustomObjectScope(custom_objects):
905 with generic_utils.CustomObjectScope(custom_objects):
914 with generic_utils.CustomObjectScope(custom_objects):
931 with generic_utils.CustomObjectScope(custom_objects):
953 with generic_utils.CustomObjectScope(custom_objects):
967 with generic_utils.CustomObjectScope(custom_objects):
Drecurrent_test.py195 with generic_utils.CustomObjectScope({'MinimalRNNCell': MinimalRNNCell}):
221 with generic_utils.CustomObjectScope({'MinimalRNNCell': MinimalRNNCell}):
408 with generic_utils.CustomObjectScope(custom_objects):
417 with generic_utils.CustomObjectScope(custom_objects):
463 with generic_utils.CustomObjectScope(custom_objects):
525 with generic_utils.CustomObjectScope(custom_objects):
539 with generic_utils.CustomObjectScope(custom_objects):
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsaved_model_test.py365 with generic_utils.CustomObjectScope(
918 with generic_utils.CustomObjectScope({'DoNotTrace': DoNotTrace}):
1107 with generic_utils.CustomObjectScope({'CustomMetric': CustomMetric}):
1158 with generic_utils.CustomObjectScope({'NegativeMean': NegativeMean}):
Drevive_test.py396 with generic_utils.CustomObjectScope({
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dkeras_test.py610 with generic_utils.CustomObjectScope(