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