Home
last modified time | relevance | path

Searched refs:RandomRotation (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing_distribution_test.py55 image_preprocessing.RandomRotation(.2),
Dimage_preprocessing_test.py1094 image_preprocessing.RandomRotation,
1107 {'RandomTranslation': image_preprocessing.RandomRotation}):
1111 layer = image_preprocessing.RandomRotation(.5)
1122 layer = image_preprocessing.RandomRotation(.5)
1129 layer = image_preprocessing.RandomRotation(.5, name='image_preproc')
1131 layer_1 = image_preprocessing.RandomRotation.from_config(config)
1474 functools.partial(image_preprocessing.RandomRotation, 0.5)),
Dimage_preprocessing.py736 class RandomRotation(base_layer.Layer): class
803 super(RandomRotation, self).__init__(**kwargs)
842 base_config = super(RandomRotation, self).get_config()
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dimage_preproc_benchmark.py116 image_preprocessing.RandomRotation(factor=(.2, .4)),
/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py34 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomRotation
/external/tensorflow/
DRELEASE.md2921 …entation** layers: `RandomCrop`, `RandomFlip`, `RandomTranslation`, `RandomRotation`, `RandomHeigh…