Home
last modified time | relevance | path

Searched refs:RandomHeight (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing_test.py1224 layer = image_preprocessing.RandomHeight(factor)
1247 layer = image_preprocessing.RandomHeight(.4)
1255 layer = image_preprocessing.RandomHeight(factor=(1., 1.))
1275 layer = image_preprocessing.RandomHeight(
1289 image_preprocessing.RandomHeight((-1.5, .4))
1292 with CustomObjectScope({'RandomHeight': image_preprocessing.RandomHeight}):
1296 layer = image_preprocessing.RandomHeight(.5)
1302 layer = image_preprocessing.RandomHeight(.5, name='image_preproc')
1304 layer_1 = image_preprocessing.RandomHeight.from_config(config)
1420 layer2 = image_preprocessing.RandomHeight(.5, seed=123)
Dimage_preprocessing.py1121 class RandomHeight(PreprocessingLayer): class
1175 super(RandomHeight, self).__init__(name=name, **kwargs)
1214 base_config = super(RandomHeight, self).get_config()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt48 name: "RandomHeight"
Dtensorflow.keras.layers.experimental.preprocessing.-random-height.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.RandomHeight"
3 …stance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.RandomHeight\'>"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt48 name: "RandomHeight"
Dtensorflow.keras.layers.experimental.preprocessing.-random-height.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.RandomHeight"
3 …stance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.RandomHeight\'>"
/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py37 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomHeight
/external/tensorflow/
DRELEASE.md1146 …: `RandomCrop`, `RandomFlip`, `RandomTranslation`, `RandomRotation`, `RandomHeight`, `RandomWidth`…