Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/linalg/
Ddeterminant_op_gpu.cu.cc123 struct DeterminantFromPivotedLUFunctor<GPUDevice, Scalar> { struct
124 void operator()(const GPUDevice& device, in operator ()()
140 template struct DeterminantFromPivotedLUFunctor<GPUDevice, float>; variable
141 template struct DeterminantFromPivotedLUFunctor<GPUDevice, double>; variable
142 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex64>; variable
143 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex128>; variable
Ddeterminant_op.h27 struct DeterminantFromPivotedLUFunctor { struct