Searched refs:random_brightness (Results 1 – 6 of 6) sorted by relevance
42 random_brightness = image.random_brightness variable531 keras_export('keras.preprocessing.image.random_brightness')(random_brightness)
179 distorted_image = tf.image.random_brightness(distorted_image, max_delta=63)
148 name: "random_brightness"
1457 def random_brightness(image, max_delta, seed=None): function
498 …* New data preprocessing functions: `image/random_brightness`, `sequence/TimeseriesGenerator`, and…