Searched defs:contrast_factor (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/tests/ |
D | image_ops_test.py | 111 def _testContrast(self, x_np, y_np, contrast_factor): argument 144 def _adjustContrastNp(self, x_np, contrast_factor): argument 149 def _adjustContrastTf(self, x_np, contrast_factor): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 1509 def _testContrast(self, x_np, y_np, contrast_factor): argument 1559 def _adjustContrastNp(self, x_np, contrast_factor): argument 1564 def _adjustContrastTf(self, x_np, contrast_factor): argument
|
D | image_ops_impl.py | 2110 def adjust_contrast(images, contrast_factor): argument
|