Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py308 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/
Dimage_ops_impl.py1947 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)
Dimage_ops_test.py849 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/
Dtensorflow.image.pbtxt29 …argspec: "args=[\'image\', \'saturation_factor\', \'name\'], varargs=None, keywords=None, defaults…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt29 …argspec: "args=[\'image\', \'saturation_factor\', \'name\'], varargs=None, keywords=None, defaults…