Home
last modified time | relevance | path

Searched refs:EyeFunctor (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/linalg/
Deye_functor_gpu.cu.cc48 struct EyeFunctor<GPUDevice, Scalar> { struct
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
Dmatrix_inverse_op.cc227 functor::EyeFunctor<GPUDevice, Scalar> eye; in ComputeAsync()
Dqr_op_impl.h251 functor::EyeFunctor<GPUDevice, Scalar> eye; in ComputeAsync()
Dsvd_op_gpu.cu.cc401 functor::EyeFunctor<GPUDevice, Scalar> eye; in ComputeAsync()