3 writes to _data
Microsoft.ML.FastTree (3)
Dataset\DenseIntArray.cs (3)
687_data = new int[len]; 694_data = values.ToArray(len); 701_data = buffer.ToIntArray(ref position);
6 references to _data
Microsoft.ML.FastTree (6)
Dataset\DenseIntArray.cs (6)
707fixed (int* pData = _data) 718return _data.SizeInBytes() + sizeof(int) + base.SizeInBytes(); 731_data.ToByteArray(buffer, ref position); 738return _data[index]; 744_data[index] = value; 752fixed (int* pData = _data)