Searched refs:RandomFlip (Results 1 – 10 of 10) sorted by relevance
366 layer = image_preprocessing.RandomFlip(mode)375 with CustomObjectScope({'RandomFlip': image_preprocessing.RandomFlip}):379 with CustomObjectScope({'RandomFlip': image_preprocessing.RandomFlip}):389 with CustomObjectScope({'RandomFlip': image_preprocessing.RandomFlip}):399 with CustomObjectScope({'RandomFlip': image_preprocessing.RandomFlip}):403 layer = image_preprocessing.RandomFlip()408 with CustomObjectScope({'RandomFlip': image_preprocessing.RandomFlip}):416 layer = image_preprocessing.RandomFlip()422 layer = image_preprocessing.RandomFlip(name='image_preproc')424 layer_1 = image_preprocessing.RandomFlip.from_config(config)
58 image_preprocessing.RandomFlip(),
355 class RandomFlip(PreprocessingLayer): class384 super(RandomFlip, self).__init__(name=name, **kwargs)430 base_config = super(RandomFlip, self).get_config()
44 name: "RandomFlip"
1 path: "tensorflow.keras.layers.experimental.preprocessing.RandomFlip"3 …instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.RandomFlip\'>"
120 image_preprocessing.RandomFlip(mode="horizontal"),
35 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomFlip
1146 …* Improved **image augmentation** layers: `RandomCrop`, `RandomFlip`, `RandomTranslation`, `Random…