Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeterminant_op_gpu.cu.cc147 struct LogDeterminantFromPivotedLUFunctor<GPUDevice, Scalar> { struct
163 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, float>; variable
164 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, double>; variable
165 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, complex64>; variable
166 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, complex128>; variable
Ddeterminant_op.h37 struct LogDeterminantFromPivotedLUFunctor { struct
Ddeterminant_op.cc385 functor::LogDeterminantFromPivotedLUFunctor<GPUDevice, Scalar> functor; in ComputeAsync()