Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_hue_op_gpu.cu.cc28 void AdjustHueGPU<T>::operator()(GPUDevice* device, in operator ()()
44 template struct AdjustHueGPU<float>; variable
45 template struct AdjustHueGPU<Eigen::half>; variable
Dadjust_hue_op.h31 struct AdjustHueGPU { struct
Dadjust_hue_op.cc272 functor::AdjustHueGPU<T>()(&device, number_of_elements, input_data, in DoCompute()