Searched defs:contrast_factor (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/tests/ |
D | image_ops_test.py | 109 def _testContrast(self, x_np, y_np, contrast_factor): argument 142 def _adjustContrastNp(self, x_np, contrast_factor): argument 147 def _adjustContrastTf(self, x_np, contrast_factor): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 1314 def _testContrast(self, x_np, y_np, contrast_factor): argument 1364 def _adjustContrastNp(self, x_np, contrast_factor): argument 1369 def _adjustContrastTf(self, x_np, contrast_factor): argument
|
D | image_ops_impl.py | 1553 def adjust_contrast(images, contrast_factor): argument
|