Home
last modified time | relevance | path

Searched defs:delta_h (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_hue_op.cc212 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/
Dtest_imagecopy3d.cpp160 int x, y, z, delta_w = img_width/8, delta_h = img_height/16, delta_d = img_depth/4; in test_imagecopy3d() local
Dtest_imagecopy.cpp163 int x, y, delta_w = img_width/8, delta_h = img_height/16; in test_imagecopy() local
Dtest_imagerandomcopy.cpp177 unsigned int x[2], y[2], delta_w, delta_h ; in test_imagerandomcopy() local
/external/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py229 def _adjustHueNp(self, x_np, delta_h): argument
247 def _adjustHueTf(self, x_np, delta_h): argument
/external/pdfium/third_party/lcms/src/
Dcmspcs.c624 cmsFloat64Number delta_h = (hps_minus_hp) <= -180.000001 ? (hps_minus_hp + 360) : in cmsCIE2000DeltaE() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py463 def _adjustHueNp(self, x_np, delta_h): argument
481 def _adjustHueTf(self, x_np, delta_h): argument