Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing_test.py1319 layer = image_preprocessing.RandomWidth(factor)
1342 layer = image_preprocessing.RandomWidth(.4)
1350 layer = image_preprocessing.RandomWidth(factor=(1., 1.))
1369 layer = image_preprocessing.RandomWidth(
1383 image_preprocessing.RandomWidth((-1.5, .4))
1386 with CustomObjectScope({'RandomWidth': image_preprocessing.RandomWidth}):
1390 layer = image_preprocessing.RandomWidth(.5)
1396 layer = image_preprocessing.RandomWidth(.5, name='image_preproc')
1398 layer_1 = image_preprocessing.RandomWidth.from_config(config)
1406 layer = image_preprocessing.RandomWidth(.5, seed=123)
[all …]
Dimage_preprocessing.py1219 class RandomWidth(PreprocessingLayer): class
1272 super(RandomWidth, self).__init__(name=name, **kwargs)
1311 base_config = super(RandomWidth, self).get_config()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt60 name: "RandomWidth"
Dtensorflow.keras.layers.experimental.preprocessing.-random-width.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.RandomWidth"
3 …nstance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.RandomWidth\'>"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt60 name: "RandomWidth"
Dtensorflow.keras.layers.experimental.preprocessing.-random-width.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.RandomWidth"
3 …nstance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.RandomWidth\'>"
/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py40 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomWidth
/external/tensorflow/
DRELEASE.md1146 … `RandomFlip`, `RandomTranslation`, `RandomRotation`, `RandomHeight`, `RandomWidth`, `RandomZoom`,…