Searched refs:RandomWidth (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing_test.py | 1319 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 …]
|
D | image_preprocessing.py | 1219 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/ |
D | tensorflow.keras.layers.experimental.preprocessing.pbtxt | 60 name: "RandomWidth"
|
D | tensorflow.keras.layers.experimental.preprocessing.-random-width.pbtxt | 1 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/ |
D | tensorflow.keras.layers.experimental.preprocessing.pbtxt | 60 name: "RandomWidth"
|
D | tensorflow.keras.layers.experimental.preprocessing.-random-width.pbtxt | 1 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__.py | 40 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomWidth
|
/external/tensorflow/ |
D | RELEASE.md | 1146 … `RandomFlip`, `RandomTranslation`, `RandomRotation`, `RandomHeight`, `RandomWidth`, `RandomZoom`,…
|