Home
last modified time | relevance | path

Searched refs:all_pivots (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/linalg/
Ddeterminant_op_gpu.cu.cc88 const int* __restrict__ all_pivots, Scalar* __restrict__ sign, in DeterminantFromPivotedLUKernel() argument
99 const int order = PermutationOrder(n, all_pivots + o_idx * n); in DeterminantFromPivotedLUKernel()
Dlu_op_gpu.cu.cc66 const int* __restrict__ all_pivots, in ComputePermutationFromTranspositionsKernel() argument
73 num_rows, all_pivots + index * num_rows, in ComputePermutationFromTranspositionsKernel()