Searched defs:EyeFunctor (Results 1 – 2 of 2) sorted by relevance
48 struct EyeFunctor<GPUDevice, Scalar> { struct49 void operator()(const GPUDevice& device, in operator ()()62 template struct EyeFunctor<GPUDevice, float>; variable63 template struct EyeFunctor<GPUDevice, double>; variable64 template struct EyeFunctor<GPUDevice, complex64>; variable65 template struct EyeFunctor<GPUDevice, complex128>; variable
24 struct EyeFunctor { struct