Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/linalg/
Ddeterminant_op_gpu.cu.cc146 struct LogDeterminantFromPivotedLUFunctor<GPUDevice, Scalar> { struct
147 void operator()(const GPUDevice& device, in operator ()()
162 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, float>; variable
163 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, double>; variable
164 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, complex64>; variable
165 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, complex128>; variable
Ddeterminant_op.h37 struct LogDeterminantFromPivotedLUFunctor { struct