1 write to _permutationBuffers
Microsoft.ML.FastTree (1)
Training\WinLossCalculator.cs (1)
31
_permutationBuffers
= new int[numThreads][];
2 references to _permutationBuffers
Microsoft.ML.FastTree (2)
Training\WinLossCalculator.cs (2)
33
_permutationBuffers
[i] = new int[maxDocsPerQuery];
84
int[] permutation =
_permutationBuffers
[threadIndex];