1 write to _permutationBuffers
Microsoft.ML.FastTree (1)
Training\DcgCalculator.cs (1)
59
_permutationBuffers
= new int[numThreads][];
3 references to _permutationBuffers
Microsoft.ML.FastTree (3)
Training\DcgCalculator.cs (3)
62
_permutationBuffers
[i] = new int[maxDocsPerQuery];
408
int[] permutation =
_permutationBuffers
[threadIndex];
540
int[] permutation =
_permutationBuffers
[threadIndex];