Home
last modified time | relevance | path

Searched defs:EyeFunctor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/linalg/
Deye_functor_gpu.cu.cc48 struct EyeFunctor<GPUDevice, Scalar> { struct
49 void operator()(const GPUDevice& device, in operator ()()
62 template struct EyeFunctor<GPUDevice, float>; variable
63 template struct EyeFunctor<GPUDevice, double>; variable
64 template struct EyeFunctor<GPUDevice, complex64>; variable
65 template struct EyeFunctor<GPUDevice, complex128>; variable
Deye_functor.h24 struct EyeFunctor { struct