2 writes to _tempDocuments
Microsoft.ML.FastTree (2)
Training\DocumentPartitioning.cs (2)
206
_tempDocuments
= new int[_documents.Length];
252
_tempDocuments
= new int[_documents.Length];
6 references to _tempDocuments
Microsoft.ML.FastTree (6)
Training\DocumentPartitioning.cs (6)
205
if (
_tempDocuments
== null)
215
fixed (int* pTempDocuments =
_tempDocuments
)
229
Array.Copy(
_tempDocuments
, begin, _documents, newEnd, gtCount);
251
if (
_tempDocuments
== null)
261
fixed (int* pTempDocuments =
_tempDocuments
)
277
Array.Copy(
_tempDocuments
, begin, _documents, newEnd, gtCount);