Searched refs:RandomRotation (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing_distribution_test.py | 55 image_preprocessing.RandomRotation(.2),
|
D | image_preprocessing_test.py | 1094 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)),
|
D | image_preprocessing.py | 736 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/ |
D | image_preproc_benchmark.py | 116 image_preprocessing.RandomRotation(factor=(.2, .4)),
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | __init__.py | 34 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomRotation
|
/external/tensorflow/ |
D | RELEASE.md | 2921 …entation** layers: `RandomCrop`, `RandomFlip`, `RandomTranslation`, `RandomRotation`, `RandomHeigh…
|