Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeterminant_op_gpu.cu.cc33 __device__ int PermutationOrder(int n, const int* pivots) { in PermutationOrder() function
100 const int order = PermutationOrder(n, all_pivots + o_idx * n); in DeterminantFromPivotedLUKernel()