Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/python/ops/
Ddistort_image_ops.py35 lower_saturation=1, argument
71 if lower_saturation < 0:
77 if lower_saturation > upper_saturation:
88 if lower_saturation == upper_saturation:
89 scale_saturation = lower_saturation
92 [], lower_saturation, upper_saturation, seed=seed)