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