/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/ |
D | distort_image_ops_test.py | 44 def _adjust_hue_in_yiq_np(self, x_np, delta_h): argument 74 def _adjust_hue_in_yiq_tf(self, x_np, delta_h): argument 131 def _adjust_value_in_yiq_np(self, x_np, scale): argument 134 def _adjust_value_in_yiq_tf(self, x_np, scale): argument 191 def _adjust_saturation_in_yiq_tf(self, x_np, scale): argument 198 def _adjust_saturation_in_yiq_np(self, x_np, scale): argument
|
/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 227 def _adjustHueNp(self, x_np, delta_h): argument 245 def _adjustHueTf(self, x_np, delta_h): argument 347 def _adjustSaturationNp(self, x_np, scale): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | shape_ops_test.py | 64 def _compareShapeSparse(self, x_np, use_gpu=False): argument 93 def _compareRankSparse(self, x_np, use_gpu=False): argument 113 def _compareSizeSparse(self, x_np, use_gpu=False): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 173 def _TestRGBToGrayscale(self, x_np): argument 403 def _adjustHueNp(self, x_np, delta_h): argument 421 def _adjustHueTf(self, x_np, delta_h): argument 889 def _adjustSaturationNp(self, x_np, scale): argument 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 1403 def _testBrightness(self, x_np, y_np, delta, tol=1e-6): argument 4085 def _test(self, x_np, y_np): argument 4108 def _total_variation_np(self, x_np): argument [all …]
|