Searched defs:delta_h (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | adjust_hue_op.cc | 212 const float delta_h = delta->scalar<float>()(); in DoCompute() local 270 const float* delta_h = delta->flat<float>().data(); in DoCompute() local
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_imagecopy3d.cpp | 160 int x, y, z, delta_w = img_width/8, delta_h = img_height/16, delta_d = img_depth/4; in test_imagecopy3d() local
|
D | test_imagecopy.cpp | 163 int x, y, delta_w = img_width/8, delta_h = img_height/16; in test_imagecopy() local
|
D | test_imagerandomcopy.cpp | 177 unsigned int x[2], y[2], delta_w, delta_h ; in test_imagerandomcopy() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | image_ops_test.py | 229 def _adjustHueNp(self, x_np, delta_h): argument 247 def _adjustHueTf(self, x_np, delta_h): argument
|
/external/pdfium/third_party/lcms/src/ |
D | cmspcs.c | 624 cmsFloat64Number delta_h = (hps_minus_hp) <= -180.000001 ? (hps_minus_hp + 360) : in cmsCIE2000DeltaE() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 463 def _adjustHueNp(self, x_np, delta_h): argument 481 def _adjustHueTf(self, x_np, delta_h): argument
|