3 writes to _data
Microsoft.ML.FastTree (3)
Dataset\DenseIntArray.cs (3)
737_data = new ushort[len]; 744_data = values.Select(i => (ushort)i).ToArray(len); 751_data = buffer.ToUShortArray(ref position);
7 references to _data
Microsoft.ML.FastTree (7)
Dataset\DenseIntArray.cs (7)
757fixed (ushort* pData = _data) 768return _data.SizeInBytes() + sizeof(int) + base.SizeInBytes(); 781_data.ToByteArray(buffer, ref position); 788return _data[index]; 794_data[index] = (ushort)value; 802fixed (ushort* pData = _data) 814fixed (ushort* pData = _data)