Searched refs:AdjustHueGPU (Results 1 – 3 of 3) sorted by relevance
28 void AdjustHueGPU<T>::operator()(GPUDevice* device, in operator ()()44 template struct AdjustHueGPU<float>; variable45 template struct AdjustHueGPU<Eigen::half>; variable
31 struct AdjustHueGPU { struct
272 functor::AdjustHueGPU<T>()(&device, number_of_elements, input_data, in DoCompute()