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)
205if (_tempDocuments == null) 215fixed (int* pTempDocuments = _tempDocuments) 229Array.Copy(_tempDocuments, begin, _documents, newEnd, gtCount); 251if (_tempDocuments == null) 261fixed (int* pTempDocuments = _tempDocuments) 277Array.Copy(_tempDocuments, begin, _documents, newEnd, gtCount);