Searched refs:saturation_factor (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/tests/ |
D | image_ops_test.py | 308 def _adjust_saturation(self, image, saturation_factor): argument 314 flt_image, saturation_factor) 322 saturation_factor = 0.5 328 y = self._adjust_saturation(x, saturation_factor) 337 saturation_factor = 2.0 343 y = self._adjust_saturation(x, saturation_factor)
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 1947 saturation_factor = random_ops.random_uniform([], lower, upper, seed=seed) 1948 return adjust_saturation(image, saturation_factor) 1952 def adjust_saturation(image, saturation_factor, name=None): argument 1982 adjusted = gen_image_ops.adjust_saturation(flt_image, saturation_factor)
|
D | image_ops_test.py | 849 saturation_factor = 0.5 855 y = image_ops.adjust_saturation(x, saturation_factor) 864 saturation_factor = 2.0 870 y = image_ops.adjust_saturation(x, saturation_factor) 879 saturation_factor = 0.5 885 y = image_ops.adjust_saturation(x, saturation_factor)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 29 …argspec: "args=[\'image\', \'saturation_factor\', \'name\'], varargs=None, keywords=None, defaults…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 29 …argspec: "args=[\'image\', \'saturation_factor\', \'name\'], varargs=None, keywords=None, defaults…
|