HomeSort by relevance Sort by last modified time
    Searched defs:DeterminantFromPivotedLUFunctor (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
determinant_op.h 27 struct DeterminantFromPivotedLUFunctor {
determinant_op_gpu.cu.cc 124 struct DeterminantFromPivotedLUFunctor<GPUDevice, Scalar> {
139 template struct DeterminantFromPivotedLUFunctor<GPUDevice, float>;
140 template struct DeterminantFromPivotedLUFunctor<GPUDevice, double>;
141 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex64>;
142 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex128>;

Completed in 148 milliseconds