3 writes to _data
Microsoft.ML.FastTree (3)
Dataset\DenseIntArray.cs (3)
598_data = new ushort[len]; 605_data = values.Select(i => (ushort)i).ToArray(len); 612_data = buffer.ToUShortArray(ref position);
6 references to _data
Microsoft.ML.FastTree (6)
Dataset\DenseIntArray.cs (6)
618fixed (ushort* pData = _data) 629return _data.SizeInBytes() + sizeof(int) + base.SizeInBytes(); 642_data.ToByteArray(buffer, ref position); 649return _data[index]; 655_data[index] = (ushort)value; 663fixed (ushort* pData = _data)