1 write to _permutationBuffers
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
616_permutationBuffers = new int[numThreads][];
2 references to _permutationBuffers
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
618_permutationBuffers[i] = new int[Dataset.MaxDocsPerQuery]; 755int[] permutation = _permutationBuffers[threadIndex];