HomeSort by relevance Sort by last modified time
    Searched refs:_adjust_saturation (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/tests/
image_ops_test.py 302 def _adjust_saturation(self, image, saturation_factor): member in class:AdjustSaturationTest
322 y = self._adjust_saturation(x, saturation_factor)
337 y = self._adjust_saturation(x, saturation_factor)
395 y_fused = self._adjust_saturation(x,
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py 841 def _adjust_saturation(self, image, saturation_factor): member in class:AdjustSaturationTest
860 y = self._adjust_saturation(x, saturation_factor)
875 y = self._adjust_saturation(x, saturation_factor)
    [all...]

Completed in 510 milliseconds