Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/kernels/
Dadjust_hsv_in_yiq_op.cc41 const Tensor* delta_h = nullptr; member
52 const Tensor& delta_h = context->input(1); in Compute() local
106 const float delta_h = options.delta_h->scalar<float>()(); in DoCompute() local
155 const float* delta_h = options.delta_h->flat<float>().data(); in DoCompute() local
Dadjust_hsv_in_yiq_op_gpu.cu.cc27 __global__ void compute_tranformation_matrix_cuda(const float* const delta_h, in compute_tranformation_matrix_cuda()
43 const float* const delta_h, in operator ()()
Dadjust_hsv_in_yiq_op.h37 const float delta_h, const float scale_s, const float scale_v, in compute_tranformation_matrix()
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Ddistort_image_ops_test.py44 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
/external/tensorflow/tensorflow/core/kernels/
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/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py227 def _adjustHueNp(self, x_np, delta_h): argument
245 def _adjustHueTf(self, x_np, delta_h): argument
/external/webrtc/talk/media/base/
Dvideocapturer.cc628 int64_t delta_h = supported.height - aspect_h; in GetFormatDistance() local
/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.py403 def _adjustHueNp(self, x_np, delta_h): argument
421 def _adjustHueTf(self, x_np, delta_h): argument