Home
last modified time | relevance | path

Searched defs:x_np (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py111 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
229 def _adjustHueNp(self, x_np, delta_h): argument
247 def _adjustHueTf(self, x_np, delta_h): argument
349 def _adjustSaturationNp(self, x_np, scale): argument
Dqr_op_test.py88 def _test(self, x_np, full_matrices, full_rank=True): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dshape_ops_test.py64 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/
Dimage_ops_test.py187 def _TestRGBToGrayscale(self, x_np): argument
463 def _adjustHueNp(self, x_np, delta_h): argument
481 def _adjustHueTf(self, x_np, delta_h): argument
949 def _adjustSaturationNp(self, x_np, scale): argument
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
1598 def _testBrightness(self, x_np, y_np, delta, tol=1e-6): argument
4649 def _test(self, x_np, y_np): argument
4672 def _total_variation_np(self, x_np): argument
[all …]