Home
last modified time | relevance | path

Searched refs:adjust_hsv_nhwc (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_hue_op_gpu.cu.cc38 TF_CHECK_OK(GpuLaunchKernel(internal::adjust_hsv_nhwc<true, false, false, T>, in operator ()()
Dadjust_saturation_op_gpu.cu.cc39 TF_CHECK_OK(GpuLaunchKernel(internal::adjust_hsv_nhwc<false, true, false, T>, in operator ()()
Dadjust_hsv_gpu.cu.h95 __global__ void adjust_hsv_nhwc( in adjust_hsv_nhwc() function