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.cc89 struct DeterminantFromPivotedLUFunctor<GPUDevice, Scalar> { struct
90 void operator()(const GPUDevice& device, in operator ()()
106 template struct DeterminantFromPivotedLUFunctor<GPUDevice, float>; variable
107 template struct DeterminantFromPivotedLUFunctor<GPUDevice, double>; variable
108 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex64>; variable
109 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex128>; variable
Ddeterminant_op.h27 struct DeterminantFromPivotedLUFunctor { struct