Searched defs:x_np (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/tests/ |
D | image_ops_test.py | 105 def _testContrast(self, x_np, y_np, contrast_factor): argument 138 def _adjustContrastNp(self, x_np, contrast_factor): argument 143 def _adjustContrastTf(self, x_np, contrast_factor): argument 223 def _adjustHueNp(self, x_np, delta_h): argument 241 def _adjustHueTf(self, x_np, delta_h): argument 343 def _adjustSaturationNp(self, x_np, scale): argument
|
D | qr_op_test.py | 84 def _test(self, x_np, full_matrices, full_rank=True): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
D | shape_ops_test.py | 60 def _compareShapeSparse(self, x_np, use_gpu=False): argument 89 def _compareRankSparse(self, x_np, use_gpu=False): argument 109 def _compareSizeSparse(self, x_np, use_gpu=False): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 198 def _TestRGBToGrayscale(self, x_np): argument 474 def _adjustHueNp(self, x_np, delta_h): argument 492 def _adjustHueTf(self, x_np, delta_h): argument 977 def _adjustSaturationNp(self, x_np, scale): argument 1537 def _testContrast(self, x_np, y_np, contrast_factor): argument 1587 def _adjustContrastNp(self, x_np, contrast_factor): argument 1592 def _adjustContrastTf(self, x_np, contrast_factor): argument 1663 def _testBrightness(self, x_np, y_np, delta, tol=1e-6): argument 4874 def _test(self, x_np, y_np): argument 4897 def _total_variation_np(self, x_np): argument [all …]
|