1 write to _oneTwoThree
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
606_oneTwoThree = new int[Dataset.MaxDocsPerQuery];
4 references to _oneTwoThree
Microsoft.ML.FastTree (4)
FastTreeRanking.cs (4)
608_oneTwoThree[d] = d; 791fixed (int* pOneTwoThree = _oneTwoThree) 794Array.Copy(_oneTwoThree, permutation, numDocuments); 977Array.Copy(_oneTwoThree, permutation, numDocuments);