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;
791
fixed (int* pOneTwoThree =
_oneTwoThree
)
794
Array.Copy(
_oneTwoThree
, permutation, numDocuments);
977
Array.Copy(
_oneTwoThree
, permutation, numDocuments);