Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeterminant_op_gpu.cu.cc124 struct DeterminantFromPivotedLUFunctor<GPUDevice, Scalar> { struct
141 template struct DeterminantFromPivotedLUFunctor<GPUDevice, float>; variable
142 template struct DeterminantFromPivotedLUFunctor<GPUDevice, double>; variable
143 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex64>; variable
144 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex128>; variable
Ddeterminant_op.h27 struct DeterminantFromPivotedLUFunctor { struct
Ddeterminant_op.cc236 functor::DeterminantFromPivotedLUFunctor<GPUDevice, Scalar> functor; in ComputeAsync()