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];
755
int[] permutation =
_permutationBuffers
[threadIndex];